minor fixes
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / less / errors / mixed-mixin-definition-args-1.txt
1 SyntaxError: Cannot mix ; and , as delimiter types in {path}mixed-mixin-definition-args-1.less on line 5, column 30:
2 4 .mixin-test {
3 5     .mixin(@a: 5; @b: 6, @c: 7);
4 6 }