Files
less.js/test/css/import.css
2012-01-05 21:31:39 +01:00

24 lines
391 B
CSS

@import "import-test-d.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(something.css) screen and (color) and (max-width: 600px);
#import {
color: #ff0000;
}
.mixin {
height: 10px;
color: #ff0000;
}
#import-test {
height: 10px;
color: #ff0000;
width: 10px;
height: 30%;
}
@media screen and (max-width: 600px) {
body {
width: 100%;
}
}