mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Fix variables with important to be consistent - Fixes #2286
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
minus-one: -1;
|
||||
font-family: 'Trebuchet', 'Trebuchet', 'Trebuchet';
|
||||
color: #888888 !important;
|
||||
same-color: #888888 !important;
|
||||
same-again: #888888 !important;
|
||||
multi-important: #888888 #888888, 'Trebuchet' !important;
|
||||
multi: something 'A', B, C, 'Trebuchet';
|
||||
}
|
||||
.variable-names {
|
||||
|
||||
Reference in New Issue
Block a user