How to make CSScomb alphabetize CSS properties.
CSScomb is not fully functional with SCSS yet, this bug is especially irritating. But it’s a great tool for alphabetizing CSS properties, but, it won't alphabetize the properties automatically, you have yo set them up yourself.
Installation and setup
Install the CSScomb plugin via Package Control.
Custom configuration is fun and simple: just put
.csscomb.jsonfile in the project root or yourHOMEdirectory.
Or define a custom location in CSScomb JS.sublime-settings file.
Below is my custom config file. I basically just brutally alphabetized everything.
You can alphabetize lines in Sublime Text by simply choosing the text and
pressing F5.