pixsy/node_modules/less/test/css/mixins-nested.css

15 lines
187 B
CSS
Raw Normal View History

2017-12-22 17:22:08 +00:00
.class .inner {
height: 300;
}
.class .inner .innest {
width: 30;
border-width: 60;
}
.class2 .inner {
height: 600;
}
.class2 .inner .innest {
width: 60;
border-width: 120;
}