mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
support more falsy values
This commit is contained in:
@@ -36,3 +36,12 @@
|
||||
.test2 {
|
||||
content: "false.";
|
||||
}
|
||||
.test3 {
|
||||
content: "false.";
|
||||
}
|
||||
.test4 {
|
||||
content: "false.";
|
||||
}
|
||||
.test5 {
|
||||
content: "false.";
|
||||
}
|
||||
|
||||
@@ -69,3 +69,6 @@
|
||||
|
||||
.test1 { .test(true) }
|
||||
.test2 { .test(false) }
|
||||
.test3 { .test(1) }
|
||||
.test4 { .test(boo) }
|
||||
.test5 { .test("true") }
|
||||
|
||||
Reference in New Issue
Block a user