kostasx / Sublime-Text-2-CSS-UnMinify-Plugin

Sublime Text 2 Plugin that unminifies CSS files.
2 stars 3 forks source link

CSS UnMinify

A Sublime plugin that un-minifies minified CSS files.

Install

While in Sublime Text, go to Preferences > Browse Packages, and unzip the contents of this repository into a folder named cssunminify.

Usage

  1. Select minified CSS code and hit Ctrl+Cmd+Shift+C (Mac) or Ctrl+Window+Shift+C (Windows).

OR

  1. Open up the Command Palette with Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows) and type cssunminify, then select the CSSunMinify: un-minify CSS command.

OR

Change the key combination by altering the CSSUnMinify.sublime-commands file.