mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
and/or for mixin guards
This commit is contained in:
@@ -45,3 +45,12 @@
|
||||
.test5 {
|
||||
content: "false.";
|
||||
}
|
||||
.bool1 {
|
||||
content: true and true;
|
||||
content: true;
|
||||
content: false, true;
|
||||
content: false and true and true, true;
|
||||
content: false, true and true;
|
||||
content: false, false, true;
|
||||
content: false, true and true and true, false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user