mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
17 lines
249 B
CSS
17 lines
249 B
CSS
@import "import-test-d.css";
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
|
|
#import {
|
|
color: #ff0000;
|
|
}
|
|
.mixin {
|
|
height: 10px;
|
|
color: #ff0000;
|
|
}
|
|
#import-test {
|
|
height: 10px;
|
|
color: #ff0000;
|
|
width: 10px;
|
|
height: 30%;
|
|
}
|