Crate css_rs_macro

source ·
Expand description

css-rs-macro is a procedural macro that allows you to write your CSS next to your Rust views.

github.com/chinedufn/percy/examples/css-in-rust

Macros

Parses the syntax for writing inline css. Every call to css! will have its class name incremented by one.