[][src]Crate rustyle

This crate provides the rustyle! macro that allows using CSS-in-Rust for Rust frontend application.

Macros

css

Alias of rustyle! macro.

rustyle

Create a style class which contains the rusty style code. Returns the name of the class.

Attribute Macros

css_use

Allows using an outer variable on rustyle! macro. Only constantly evaluable some expression allowed.