csscomb / sublime-csscomb

Sublime plugin for CSScomb—CSS coding style formatter
398 stars 61 forks source link

Doesn't work with less string functions #28

Closed var-bin closed 6 years ago

var-bin commented 10 years ago

In our project we use a lot of mixins. E.g. :

._shadow(@s) {
  -webkit-box-shadow: @s;
  box-shadow: @s;
} 

When I try to run CSSCombjs for sorting I get error: http://joxi.ru/CqvcU_3JTJAISJa0Mm8

Could you help me?

plainspace commented 9 years ago

+1. it is working in other file types (css, scss, sass) but not less.