csscomb / sublime-csscomb

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

Update to CSSComb 4.0 #83

Closed 1337LutZ closed 6 years ago

1337LutZ commented 7 years ago

Since this plugin has not been updated for a while I was wondering if there will be a version 4.0 support?

Right now I can't seem to add new lines after each ruleset with version 3.0.

.a{
  color:red
}

.b{
  color:blue
}

will comb to:

.a{
  color:red
}
.b{
  color:blue
}

If I'm doing something wrong please let me know.

loringdodge commented 6 years ago

@1337LutZ This sublime package now uses CSScomb 4.2.0. Feel free to reinstall.