tailwindcss-to-rust-macros 0.1.3

Helpers macros for using the Rust code generated by tailwindcss-to-rust
Documentation
1
2
3
4
5
6
7
mod css;

use css::*;

fn main() {
    println!("{}", C![C::typ::text_white, M![M::lg, C::typ::text_lg]]);
}