mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
merge in latest 1.7.1 release
This commit is contained in:
@@ -67,9 +67,17 @@
|
||||
content: is not blue its purple;
|
||||
}
|
||||
.stringguardtest {
|
||||
content: is theme1;
|
||||
content: is not theme2;
|
||||
content: is theme1 no quotes;
|
||||
content: "theme1" is "theme1";
|
||||
content: "theme1" is not "theme2";
|
||||
content: "theme1" is 'theme1';
|
||||
content: "theme1" is not 'theme2';
|
||||
content: 'theme1' is "theme1";
|
||||
content: 'theme1' is not "theme2";
|
||||
content: 'theme1' is 'theme1';
|
||||
content: 'theme1' is not 'theme2';
|
||||
content: theme1 is not "theme2";
|
||||
content: theme1 is not 'theme2';
|
||||
content: theme1 is theme1;
|
||||
}
|
||||
#tryNumberPx {
|
||||
catch: all;
|
||||
@@ -80,3 +88,6 @@
|
||||
a: 1;
|
||||
x: 1;
|
||||
}
|
||||
.mixin-generated-class {
|
||||
a: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user