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

browser
cloudhead 15 years ago
parent 2644014bdf
commit fde347016b

@ -13,8 +13,10 @@
}
}
}
#theme > .mixin {
background-color: grey;
#theme {
> .mixin {
background-color: grey;
}
}
#container {
color: black;

Loading…
Cancel
Save