atom-sass
Sass compiler for atom.
rehrumesh 43,625 12 0.4.0 MIT GitHub

Atom-Sass: Sass Compiler for ATOM editor

apm apm GitHub license Build Status

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.

Dependencies

  • Sass Ruby gem https://rubygems.org/gems/sass/versions/3.4.22

To install this dependency, execute gem install sass

Installation

Use atom package manager to install atom-sass.

apm install atom-sass

Usage

image

  • 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.

License

MIT