Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 628 Bytes

readme.md

File metadata and controls

20 lines (11 loc) · 628 Bytes

Recessify

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

  1. Install RECESS

npm install recess -g

  1. Install Recessify

git clone git://github.com/tcrosen/recessify.git %APPDATA%/Sublime\ Text\ 2/Packages/Recessify

  1. Add a keybinding to call the plugin in Preferences -> Key Bindings -> User

{ "keys": ["ctrl+k", "ctrl+d"], "command": "recessify" }