thingsboard/ui/node_modules/less/test/css/mixins-closure.css

10 lines
89 B
CSS
Raw Normal View History

2020-05-19 11:43:42 +03:00
.class {
width: 99px;
}
.overwrite {
width: 99px;
}
.nested .class {
width: 5px;
}