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.less
1 .mixin(@a : 4, @b : 3, @c: 2) {
2     will: fail;
3 }
4 .mixin-test {
5     .mixin(@a: 5, @b: 6; @c: 7);
6 }