csscomb / sublime-csscomb

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

Breaks mixins with named parameters. #19

Closed arathael closed 10 years ago

arathael commented 10 years ago

Here is to reproduce: open https://gist.github.com/arathael/5ea54577c7e8d9cbd4dd in a new stream in ST3. Comb. Fail remarkably.

screen shot 2014-06-12 at 21 29 37 screen shot 2014-06-12 at 21 29 45 screen shot 2014-06-12 at 21 29 51

tonyganch commented 10 years ago

This is fixed in v3.0 which is not available as a sublime plugin yet (see https://github.com/csscomb/csscomb.js/issues/214). You should wait for update. I get the following result with a default config, for example:

body
{
    top: 100;

    height: 100;

    .tbl(@left: 100);
}