Issue #2127, selectors matching function ignored * selector.

This commit is contained in:
jurcovicovam
2014-07-29 15:36:24 +02:00
parent 83a8625284
commit 62eb799b40
3 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,9 @@
.borders {
border-style: dashed;
}
.mixin > * {
border: do not match me;
}
#namespace .borders {
border-style: dotted;
}

View File

@@ -1,6 +1,7 @@
.mixin { border: 1px solid black; }
.mixout { border-color: orange; }
.borders { border-style: dashed; }
.mixin > * { border: do not match me; }
#namespace {
.borders {