mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Remove deprecated string interpolation
This commit is contained in:
@@ -116,18 +116,15 @@ p a span {
|
||||
.blood {
|
||||
color: red;
|
||||
}
|
||||
.blood {
|
||||
color: red;
|
||||
}
|
||||
.bloodred {
|
||||
color: green;
|
||||
}
|
||||
#blood.blood.red.black {
|
||||
color: black;
|
||||
}
|
||||
:nth-child(3):nth-child(3) {
|
||||
second-use: deprecated;
|
||||
:nth-child(3) {
|
||||
selector: interpolated;
|
||||
}
|
||||
.test:nth-child(odd):not( :nth-child(3)) {
|
||||
.test:nth-child(odd):not(:nth-child(3)) {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
@@ -25,9 +25,6 @@
|
||||
.alpha {
|
||||
filter: alpha(opacity=42);
|
||||
}
|
||||
a:nth-child(2) {
|
||||
border: 1px;
|
||||
}
|
||||
.testPollution {
|
||||
a: 'pollution';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user