In essence, tests are not an importable submodule anymore but an independent piece of code that won't be installed in a user's site-packages directory.
10 lines
103 B
Plaintext
10 lines
103 B
Plaintext
/*
|
|
Calls to undeclared mixins
|
|
*/
|
|
.a {
|
|
.mmundecl(3px);
|
|
}
|
|
/*
|
|
Declare
|
|
*/
|
|
@import 'imports/import.less'; |