mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
improve condition parser, support true/false values
This commit is contained in:
@@ -30,3 +30,9 @@
|
||||
.default1 {
|
||||
content: default;
|
||||
}
|
||||
.test1 {
|
||||
content: "true.";
|
||||
}
|
||||
.test2 {
|
||||
content: "false.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user