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.
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
@imported: 9px;
|
|
|
|
.mixin {
|
|
color: red;
|
|
}
|
|
.mmundecl(@index) {
|
|
padding: @index * 1px;
|
|
} |