mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
for now, we only support basic selectors, when mixing in, eventually, we can upgrade the Selector/match method to return the number of matched elements
This commit is contained in:
@@ -13,8 +13,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
#theme > .mixin {
|
||||
background-color: grey;
|
||||
#theme {
|
||||
> .mixin {
|
||||
background-color: grey;
|
||||
}
|
||||
}
|
||||
#container {
|
||||
color: black;
|
||||
|
||||
Reference in New Issue
Block a user