Files
less.js/test/css/import-once.css
2013-10-04 06:54:58 +01:00

16 lines
134 B
CSS

#import {
color: #ff0000;
}
body {
width: 100%;
}
.test-f {
height: 10px;
}
body {
width: 100%;
}
.test-f {
height: 10px;
}