mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
change use case and add test
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
@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();
|
||||
@@ -20,4 +21,4 @@
|
||||
.class:extend(.class all) {
|
||||
}
|
||||
.mixin-with-nested-selectors();
|
||||
.mixin-with-directives(some-name);
|
||||
.mixin-with-directives(some-name);
|
||||
|
||||
Reference in New Issue
Block a user