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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user