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]]); }