macro_rules! include_style {
($filename:tt) => { ... };
}
Expand description
A macro which parses CSS from a file at runtime in debug mode, and includes the file in the binary in release mode.
macro_rules! include_style {
($filename:tt) => { ... };
}
A macro which parses CSS from a file at runtime in debug mode, and includes the file in the binary in release mode.