grass/tests/warn.rs
Connor Skees ffaee04613
rewrite parsing, evaluation, and serialization (#67)
Adds support for the indented syntax, plain CSS imports, `@forward`, and many other previously missing features.
2022-12-26 15:33:04 -05:00

5 lines
61 B
Rust

#[macro_use]
mod macros;
test!(simple_warn, "@warn 2", "");