Skip to content

adekbadek/atom-sassc-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published