mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
17 lines
170 B
CSS
17 lines
170 B
CSS
#css {
|
|
color: yellow;
|
|
}
|
|
#import {
|
|
color: red;
|
|
}
|
|
.mixin {
|
|
height: 10px;
|
|
color: red;
|
|
}
|
|
#import-test {
|
|
height: 10px;
|
|
color: red;
|
|
width: 10px;
|
|
height: 30%;
|
|
}
|