mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
allow unknown at-rules w/o {} block
This commit is contained in:
@@ -149,3 +149,9 @@ body ^^ .shadow {
|
||||
}
|
||||
@-ms-viewport {
|
||||
}
|
||||
@unknown foo 42 (bar) {
|
||||
x {
|
||||
y: z;
|
||||
}
|
||||
}
|
||||
@unknown foo 43;
|
||||
|
||||
Reference in New Issue
Block a user