css!() { /* proc-macro */ }
Alias of rustyle! macro.
rustyle!
let Button = css! { border: 1px solid black; } html! { ... <button class=(Button)> ... </button> ... }