Sass Compiler based on node-sass library that provides binding for Node.js to libsass. Works only with scss syntax.
Available two compiling file detection modes:
Scss
file. Aslo it could be specified based on reference point with outputPathExtracted.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 ). |
node-sass
in package dependencies to use apm node not local one.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.