/atom-sass

Primary LanguageJavaScriptMIT LicenseMIT

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

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