You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
491 B
26 lines
491 B
@import (reference) url("import-once.less");
|
|
@import (reference) url("css-3.less");
|
|
@import (reference) url("media.less");
|
|
@import (reference) url("import/import-reference.less");
|
|
@import (reference) url("import/css-import.less");
|
|
|
|
.b {
|
|
.z();
|
|
}
|
|
|
|
.zz();
|
|
|
|
.visible:extend(.z all) {
|
|
extend: test;
|
|
}
|
|
|
|
.test-mediaq-import {
|
|
.mixin-with-mediaq(340px);
|
|
}
|
|
|
|
.class:extend(.class all) {
|
|
}
|
|
.mixin-with-nested-selectors();
|
|
.mixin-with-directives(some-name);
|
|
|
|
.print-referenced-import-inline();
|
|
|