Files
less.js/test/less/import-silent.less

17 lines
425 B
Plaintext

@import (silent) url("import-once.less");
@import (silent) url("css-3.less");
@import (silent) url("media.less");
/*
The media statements - 1 is invalid (no selector) and 1 is just a comment
We should band invalid media queries solving the 1st case and not treat comments as rules,
solving the 2nd issue.
*/
@import (silent) url("import/import-silent.less");
.b {
.z();
}
.visible:extend(.z all) {
extend: test;
}