Test for unknown at rules
This commit is contained in:
parent
735f222e15
commit
260b357bba
@ -12,3 +12,7 @@ test!(
|
||||
"a {\n @media foo {\n color: red;\n }\n}\n",
|
||||
"@media foo {\n a {\n color: red;\n }\n}\n"
|
||||
);
|
||||
test!(
|
||||
basic_unknown_at_rule,
|
||||
"@foo {\n a {\n color: red;\n }\n}\n"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user