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.
18 lines
164 B
Plaintext
18 lines
164 B
Plaintext
/*
|
|
css escapes
|
|
*/
|
|
.escape\|random\|char {
|
|
color: red;
|
|
}
|
|
|
|
.mixin\!tUp {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.trailingTest\+ {
|
|
color: red;
|
|
}
|
|
.font-madness {
|
|
font: ~"0/0" a;
|
|
}
|