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