mirror of
https://github.com/less/less.js.git
synced 2026-02-06 13:05:07 -05:00
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
@import url("import/import-test-a.less");
|
|
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
|
|
|
|
@import url(something.css) screen and (color) and (max-width: 600px);
|
|
|
|
#import-test {
|
|
.mixin;
|
|
width: 10px;
|
|
height: @a + 10%;
|
|
}
|
|
@import "import/import-test-e" screen and (max-width: 600px);
|