mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Added tests for #2124
This commit is contained in:
10
test/less/no-strict-math/no-sm-operations.less
Normal file
10
test/less/no-strict-math/no-sm-operations.less
Normal file
@@ -0,0 +1,10 @@
|
||||
.named-colors-in-expressions {
|
||||
color-0: 0 -red;
|
||||
color-1: 1 - red;
|
||||
color-2: red * 2;
|
||||
color-3: 2 * red;
|
||||
@3: -red;
|
||||
&-bar@{3} {x: y}
|
||||
@color: red;
|
||||
&-bar@{color} {a: a}
|
||||
}
|
||||
Reference in New Issue
Block a user