pixsy/node_modules/less/test/css/mixins-closure.css
synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00:00

10 lines
89 B
CSS

.class {
width: 99px;
}
.overwrite {
width: 99px;
}
.nested .class {
width: 5px;
}