mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
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.
This commit is contained in:
6
test/css/mixins-nested.css
Normal file
6
test/css/mixins-nested.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.class .inner {
|
||||
height: 300;
|
||||
}
|
||||
.class .inner .innest {
|
||||
width: 30;
|
||||
}
|
||||
Reference in New Issue
Block a user