UNPKG

less-tests

Version:

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

6 lines 98 B
.mixin(@a : 4, @b : 3, @c: 2) { will: fail; } .mixin-test { .mixin(@a: 5; @b: 6, @c: 7); }