W72crm_web-master/node_modules/less/test/css/mixins-nested.css

15 lines
187 B
CSS
Raw Permalink Normal View History

2025-05-27 11:25:53 +08: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;
}