forked from enviPath/enviPy
Current Dev State
This commit is contained in:
12
static/js/ketcher2/node_modules/less/test/css/no-strict-math/mixins-guards.css
generated
vendored
Normal file
12
static/js/ketcher2/node_modules/less/test/css/no-strict-math/mixins-guards.css
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
.test-2798 {
|
||||
regression: fixed;
|
||||
}
|
||||
.conditions-parser-1 {
|
||||
only-atomic: ok;
|
||||
}
|
||||
.conditions-parser-2 {
|
||||
only-atomic-with-nested-parenthesis: ok;
|
||||
}
|
||||
.conditions-parser-3 {
|
||||
only-atomic-nested-parenthesis-on-right: ok;
|
||||
}
|
||||
15
static/js/ketcher2/node_modules/less/test/css/no-strict-math/no-sm-operations.css
generated
vendored
Normal file
15
static/js/ketcher2/node_modules/less/test/css/no-strict-math/no-sm-operations.css
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
.named-colors-in-expressions {
|
||||
color-0: 0 -red;
|
||||
color-1: #000101;
|
||||
color-2: #ff0000;
|
||||
color-3: #ff0000;
|
||||
background-color: blue-2;
|
||||
color: green-black;
|
||||
animation: blue-change 5s infinite;
|
||||
}
|
||||
.named-colors-in-expressions-bar-red {
|
||||
x: y;
|
||||
}
|
||||
.named-colors-in-expressions-barred {
|
||||
a: a;
|
||||
}
|
||||
Reference in New Issue
Block a user