From fde347016b6dd431c0fb7250fbb292d889358399 Mon Sep 17 00:00:00 2001 From: cloudhead Date: Thu, 4 Mar 2010 13:51:59 -0500 Subject: [PATCH] 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 --- test/less/mixins.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/less/mixins.less b/test/less/mixins.less index 598add18..4bbfb1e7 100644 --- a/test/less/mixins.less +++ b/test/less/mixins.less @@ -13,8 +13,10 @@ } } } -#theme > .mixin { - background-color: grey; +#theme { + > .mixin { + background-color: grey; + } } #container { color: black;