allow unknown at-rules w/o {} block

This commit is contained in:
Max Mikhailov
2016-01-25 23:51:25 +03:00
parent 71e4bbcd01
commit e3c13121df
6 changed files with 27 additions and 42 deletions

View File

@@ -149,3 +149,9 @@ body ^^ .shadow {
}
@-ms-viewport {
}
@unknown foo 42 (bar) {
x {
y: z;
}
}
@unknown foo 43;