Skip to content

huntout/sublime-csscomb

 
 

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.

Plugin usage

Select code and press ctrl+shift+c
Or open "Tools" menu and select "Run CSScomb JS".

Tip: Combine expand selection by indentation ctrl+shift+j with ctrl+shift+c to quickly select all rules for current css selector and sort them with 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.

If for some reason you would like to set custom path to configuration file, set it in plugin config:

{
    "custom_config_path": "Users/csscomb/project/config/csscomb.json"
}

Issues & bugs

Plugin tracker
CSScomb tracker

Authors

@tonyganch

About

Sublime plugin for CSScomb—CSS coding style formatter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.5%
  • JavaScript 11.5%