mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Issue #2127, selectors matching function ignored * selector.
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
.borders {
|
||||
border-style: dashed;
|
||||
}
|
||||
.mixin > * {
|
||||
border: do not match me;
|
||||
}
|
||||
#namespace .borders {
|
||||
border-style: dotted;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user