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;