mirror of
https://github.com/clearleft/clearless.git
synced 2026-01-09 13:47:55 -05:00
changed .inline-block for not using ieclasses as per other when and when not variables
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.inline-block() when (@using-ieclasses = false) {
|
||||
.inline-block() when not (@using-ieclasses) {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
|
||||
Reference in New Issue
Block a user