mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
10 lines
105 B
CSS
10 lines
105 B
CSS
@import "import-test-d.css";
|
|
|
|
.mixin {
|
|
height: 10px;
|
|
color: #ff0000;
|
|
}
|
|
#import {
|
|
color: #ff0000;
|
|
}
|