mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
10 lines
89 B
CSS
10 lines
89 B
CSS
.class {
|
|
width: 99px;
|
|
}
|
|
.overwrite {
|
|
width: 99px;
|
|
}
|
|
.nested .class {
|
|
width: 5px;
|
|
}
|