Compiles SASS string to CSS string.
Compiles SASS string to CSS string and generates source map.
Compiles SASS file.
Compiles SASS file.
Compiles folder with SASS files. There are two compiling variants: 1) If singleFile option is enabled, method compiles all folder SASS files to the output to a single file with name defined in singleFile.name. By now it is impossible to create source map to that file. 2) Otherwise, method compiles SASS files name-by-name to the folder output. Source maps will be created too.
Converts SASS code to SCSS code
Creates source map file in output path from source string
Creates result CSS file in output path from source string
Stops directory watching.
Activates directory watching and recompiles any file every time it changes. Watching works on two scenarios. If singleFile option is enabled, recompiling affects all files in folder. Otherwise, only changed file will be recompiled. Any watching process creates own thread and returns it Tid. To stop the process unwatchDir method should be used.
Contains SASS compiler options list
SASS main implementation. Contains: