UNPKG

less-tests

Version:

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

23 lines (16 loc) 194 B
@charset "UTF-8"; @import "import/test.less"; .start() { .test2 { color: red; } } .mix() { color: black; } .test1 { .mix(); } .start(); .mixin_import1(); .mixin_import2();