mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05: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%;
|
|
}
|