adekbadek / atom-sassc-live

Live Sass with Atom and Chrome workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atom-sassc-live

demo gif

What

This package will parse .sass/.scss files on newline (or as you type) and on saving the file. By default the .css output will be saved in the same directory where the edited .sass file is (you can change that in settings).

How

  1. Install the package - apm install atom-sassc-live
  2. Link HTML to the output .css file, then Set Up Persistence with DevTools Workspaces.
  3. Toggle package (Packages > atom-sassc-live > Toggle or just CTRL+ALT+O)

Why

This project is inspired by Takana. Unfortunately Takana does not support .sass syntax and runs it's own server, which may conflict with a local server or asset pipeline.

Requirements

You have to have sassc installed and added to PATH (on OSX - it's simplest with homebrew).

About

Live Sass with Atom and Chrome workspace

License:MIT License


Languages

Language:CoffeeScript 100.0%