minor fixes
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / less / errors / parens-error-3.txt
1 SyntaxError: expected ')' got '-' in {path}parens-error-3.less on line 2, column 29:
2 1 .a {
3 2   something: (12 + (13 + 10 -23));
4 3 }