# wasm-css Ergonomic WASM-CSS framework ## Description Provides a simple API through `Style` and the `style!`, `named_style!`, `add_effects!` and `global_style!` macros to implement dynamic CSS styling in WASM environments. ## Requirements - [`Rust`](https://www.rust-lang.org/tools/install) - WASM Pack for testing: `cargo install wasm-pack` ## Installation `cargo add wasm-css` ## Usage You can create a `Style` via `style!`, `named_style!` and `global_style!` macros; as well as `Style::new`. Each style, unless given a class name or a global style target; will generate a UUID using the [`Crypto`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto) module, and use that as the `