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