mirror of
https://github.com/less/less.js.git
synced 2026-01-23 14:18:00 -05:00
13 lines
166 B
CSS
13 lines
166 B
CSS
#css { color: yellow; }
|
|
#import { color: red; }
|
|
.mixin {
|
|
height: 10px;
|
|
color: red;
|
|
}
|
|
#import-test {
|
|
height: 10px;
|
|
color: red;
|
|
width: 10px;
|
|
height: 30%;
|
|
}
|