Skip to content

Sublime Text 2 plugin that allows you to use RECESS to clean your CSS/LESS files

Notifications You must be signed in to change notification settings

tcrosen/recessify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" }

About

Sublime Text 2 plugin that allows you to use RECESS to clean your CSS/LESS files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages