Files
less.js/test/css/mixins-nested.css
cloudhead 25dbfb177a Fix dynamic mixins with nested rules
Dynamic mixins with more than one level of nesting wouldn't work.
This is now fixed. Also refactored mixin.definition.eval a little.
2010-04-22 13:07:41 -04:00

7 lines
72 B
CSS

.class .inner {
height: 300;
}
.class .inner .innest {
width: 30;
}