Atom-Sass is based on sass Ruby gem. Most of this work is based on GomatoX's sass-compile project. Huge thanks to him for coming up with the initial project.
- Sass Ruby gem https://rubygems.org/gems/sass/versions/3.4.22
To install this dependency, execute gem install sass
Use atom package manager to install atom-sass.
apm install atom-sass
- Open any sass file which has
.scss
extension. - Press
Alt + Ctrl + c
to watch the files for changes. - Upon modification save, it will automatically compile the scss file and generate
.css
file.