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).
- Install the package -
apm install atom-sassc-live
- Link HTML to the output
.css
file, then Set Up Persistence with DevTools Workspaces. - Toggle package (
Packages > atom-sassc-live > Toggle
or justCTRL+ALT+O
)
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.
You have to have sassc installed and added to PATH (on OSX - it's simplest with homebrew).