Revert commit mistake

This commit is contained in:
Luke Page
2012-08-24 06:45:28 +01:00
parent bd8679b4c6
commit 96ef26a9ff
3 changed files with 2 additions and 43 deletions

View File

@@ -107,16 +107,3 @@ a {
::bnord {color: red }
&::bnord {color: red }
}
.a {
(~".b") {
color: red;
}
&(~".c") {
color: black;
}
@d: 3;
:nth-child(@d) {
color: purple;
}
}