Skip to content

csscomb/sublime-csscomb

Folders and files

NameName
Last commit message
Last commit date
Aug 10, 2014
Sep 5, 2017
Sep 5, 2017
Feb 4, 2014
Dec 31, 2013
Feb 3, 2015
Jul 24, 2014
Feb 3, 2015
Jul 24, 2014
Dec 31, 2013
Jul 24, 2014
Aug 10, 2014
Sep 5, 2017
Aug 10, 2014
Sep 5, 2017

Repository files navigation

CSScomb for Sublime Text

About

CSScomb is a coding style formatter for CSS.
You can easily write your own configuration to make your stylesheets beautiful and consistent.

The Requirements

You need Node.js to make this plugin work.

Caveats

If node has been installed with NVM you need to make a symlink to node in /usr/local/bin. Using OS X, the binary path would typically be /Users/[your name]/.nvm/[node version]/bin/node.

Plugin usage

Press ctrl+shift+c or open "Tools" menu and select "Run CSScomb".

Custom configuration

Custom configuration is fun and simple: just put .csscomb.json file in the project root or your HOME directory.

You can read more about available options in docs.

You can also store config right in ST's settings.
Open Preferences > Package Settings > CSScomb and see Settings - Default for an example.

Issues & bugs

Plugin tracker
CSScomb tracker

Authors

@tonyganch