sass-compiler

Sass Compiler based on node-sass library that provides binding for Node.js to libsass. Works only with scss syntax.

GomatoX

16,148

6

0.4.0

MIT

GitHub

Sass Compiler for ATOM editor

Sass Compiler based on node-sass library that provides binding for Node.js to libsass. Works only with scss syntax.

Dependencies

Modes

Available two compiling file detection modes:

Settings

Parameter Description
inputPath Specifies where the Scss files are stored. ( Path relative to your project ).
outputPath This specifies where the CSS will be saved. ( Path relative to your project ).
fileName Scss type file name, to be parent of all @include.
outputStyle String to determine how the final CSS should be rendered. Its value should be one of nested or compressed.
successMsg Eneable/disable success message.
extractPath Eneable/disable - Get path from file. ( package tries to extract current path based on editable file and sets reference point ).
inputPathExtracted Specifies where your Scss files are stored. ( Relative to extracted reference point ).
outputPathExtracted Specifies where the CSS will be saved. ( Relative to extracted reference point ).

Plans