mixin-guards: support >= != =< operators

This commit is contained in:
Alexis Sellier
2011-12-29 23:39:59 +01:00
parent bdf3763e4b
commit 40011da01b
4 changed files with 31 additions and 5 deletions

View File

@@ -15,6 +15,18 @@
.glob1 {
margin: auto auto;
}
.ops1 {
height: gt-or-eq;
height: lt-or-eq;
}
.ops2 {
height: gt-or-eq;
height: not-eq;
}
.ops3 {
height: lt-or-eq;
height: not-eq;
}
.default1 {
content: default;
}