A simple plugin for Sublime Text 2 that cleans your CSS/LESS files using Twitter's RECESS tool written by Jacob Thornton.
Requires Node.js, currently only supports Windows (feel free to contribute OSX/Linux support)
Installation
- Install RECESS
npm install recess -g
- Install Recessify
git clone git://github.com/tcrosen/recessify.git %APPDATA%/Sublime\ Text\ 2/Packages/Recessify
- Add a keybinding to call the plugin in Preferences -> Key Bindings -> User
{ "keys": ["ctrl+k", "ctrl+d"], "command": "recessify" }