A powerful plugin for managing Sass projects in Sublime
The easiest way to install this plugin is with Package Control.
- If you just went and installed Package Control, you probably need to restart Sublime Text 2 before doing this next bit.
- Bring up the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows).
- Select "Package Control: Install Package" (it'll take a few seconds)
- Select Sass Director when the list appears.
Package Control will automatically keep Sass Director up to date with the latest version.
Alternatively, you can clone the repository directly from GitHub into your Packages directory:
git clone https://github.com/Stephn-R/sass-director-sublime.git
- Open up your manifest file
- Open the Command Palette and select '''Sass Director: Generate Sass from Manifest File'''
- The Plugin will generate the directories and files relative to your Manifest File
- ...
- PROFIT!
- Saving Manifest Files
- Starting new manifest files from a saved copy
Please visit the original Web Project by Una Kravet HERE!