mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
allow upper case in properties. fixes #1398
This commit is contained in:
@@ -111,4 +111,7 @@ foo|h1 { color: blue; }
|
||||
foo|* { color: yellow; }
|
||||
|h1 { color: red; }
|
||||
*|h1 { color: green; }
|
||||
h1 { color: green; }
|
||||
h1 { color: green; }
|
||||
.upper-test {
|
||||
UpperCaseProperties: allowed;
|
||||
}
|
||||
Reference in New Issue
Block a user