UNPKG

less-tests

Version:

LESS CSS test-suite. Run any kind of test on LESS stylesheets.

25 lines (22 loc) 354 B
@charset "ISO-8859-1"; .mixin_import1() { @media all { .tst { color: black; @media screen { color: red; .tst3 { color: white; } } } } } .mixin_import2() { .tst2 { color: white; } } .tst3 { color: grey; }