mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
Dynamic mixins aren't treated enough like Rulesets. There is some code duplication which needs to be cleaned up, ideally they should share a prototype.
8 lines
92 B
CSS
8 lines
92 B
CSS
.class .inner {
|
|
height: 300;
|
|
}
|
|
.class .inner .innest {
|
|
width: 30;
|
|
border-width: 60;
|
|
}
|