mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
17 lines
425 B
Plaintext
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;
|
|
} |