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:
cloudhead
2010-03-04 13:51:59 -05:00
parent 2644014bdf
commit fde347016b

View File

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