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