Remove deprecated string interpolation

This commit is contained in:
Luke Page
2012-10-25 16:25:46 +01:00
parent ebea51873e
commit 2f5b0a6a0a
6 changed files with 9 additions and 30 deletions

View File

@@ -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;
}

View File

@@ -25,9 +25,6 @@
.alpha {
filter: alpha(opacity=42);
}
a:nth-child(2) {
border: 1px;
}
.testPollution {
a: 'pollution';
}