stylist 0.15.1

Stylist is a CSS-in-Rust styling solution for WebAssembly Applications.
Documentation
1
2
3
4
5
6
7
fn main() {
    let _ = stylist::css! {
        (not a function) 42 117.9f32 / ^ @ .okay ::also(okay) {
            border: black;
        }
    };
}