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