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.
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
/*
|
|
Allow nested imports
|
|
*/
|
|
@media print {
|
|
@import "../imports/import.less";
|
|
} |