pixsy/node_modules/less/test/less-bom/import-reference-issues/global-scope-import.less

14 lines
232 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
.theOnlySelector {
avoid: warning;
}
.unusedAndReference:extend(.theOnlySelector) {
unused-and: reference;
}
@import (reference) "global-scope-nested.less";
.test-b {
background-color: green;
&:extend(.test-a all);
}