2019-03-24 08:27:49 +01:00

10 lines
89 B
CSS

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