Files
biomedjs/node_modules/less/test/css/mixins-closure.css

10 lines
89 B
CSS
Raw Permalink Normal View History

2014-09-14 07:04:16 -04:00
.class {
width: 99px;
}
.overwrite {
width: 99px;
}
.nested .class {
width: 5px;
}