and/or for mixin guards

This commit is contained in:
Alexis Sellier
2012-01-03 22:27:54 +01:00
parent b43d442d55
commit a40a9ee4db
4 changed files with 63 additions and 20 deletions

View File

@@ -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;
}