mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Added guards checking to namespaces. Issue #1418.
This commit is contained in:
@@ -91,3 +91,11 @@
|
||||
.mixin-generated-class {
|
||||
a: 1;
|
||||
}
|
||||
#guarded-caller {
|
||||
guarded: namespace;
|
||||
silent: namespace;
|
||||
guarded: with default;
|
||||
}
|
||||
#guarded-deeper {
|
||||
should: match 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user