Create tests for media queries
This commit is contained in:
parent
8c227290a0
commit
a6cc86e4db
9
tests/media.rs
Normal file
9
tests/media.rs
Normal file
@ -0,0 +1,9 @@
|
||||
#![cfg(test)]
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
test!(
|
||||
basic_toplevel,
|
||||
"@media foo {\n a {\n color: red;\n }\n}\n"
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user