/sassy-sublime

Open Chrome SASS links in Sublime

Primary LanguageJavaScript

Sassy Sublime

Sassy Sublime is a Chrome extension. It let's you open SASS links (within the Chrome Inspector panel) in the Sublime text editor.

Requirements

Make sure you have these installed:

  1. Mac OS X
  2. Chrome
  3. Sublime Text 2 or 3
  4. Subl-handler

Quick Start

  1. Download Sassy Sublime extension

  2. Go to chrome://extensions in Chrome, and make sure "Developer" mode is checked.

  3. Click "Load unpacked extension..." and select the downloaded folder

  4. Open up Chrome's DevTools inspector and click the "Settings" gear icon in the lower-right

  5. In the "General" tab, under "Extensions", set "Open links in" to "Open in Sublime"

  6. In your SASS config.rb file make sure you have this line:

    sass_options = { :sourcemap => true }

You may need to restart Chrome.