mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04: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%;
|
|
}
|