mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
mixin-guards: support >= != =< operators
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user