CSScomb
Sublime plugin for CSScomb—CSS coding style formatter
Details
Installs
- Total 348K
- Win 239K
- Mac 75K
- Linux 33K
Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 11 | 4 | 5 | 7 | 7 | 8 | 7 | 8 | 3 | 6 | 7 | 2 | 7 | 3 | 11 | 4 | 2 | 8 | 5 | 4 | 3 | 8 | 4 | 5 | 5 | 7 | 5 | 2 | 7 | 9 | 11 | 6 | 4 | 4 | 6 | 9 | 1 | 10 | 6 | 5 | 5 | 7 | 2 | 5 | 7 |
Mac | 0 | 0 | 0 | 2 | 2 | 4 | 1 | 2 | 4 | 0 | 3 | 0 | 2 | 2 | 3 | 2 | 2 | 0 | 0 | 2 | 1 | 1 | 3 | 2 | 1 | 2 | 0 | 0 | 3 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 3 | 0 | 1 | 0 | 0 | 1 | 0 | 1 |
Linux | 0 | 1 | 0 | 0 | 2 | 2 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 3 | 0 | 2 | 0 | 0 | 0 | 1 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | 2 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
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