Options
The options class allow to customize each compilation process. Most options are equals to the well known command line options from sass compilers.
Function providers
Headers
Importers
Include paths
Indention
SASS syntax
Treat source_string as sass (as opposed to scss).
Linefeed
Omit source map url
Disable sourceMappingUrl in css output.
Output style
Output style for the generated css code.
Precision
Precision for outputting fractional numbers.
Inline source comments
If you want inline source comments.
Embed contents in source map
Embed include contents in maps.
Embedded source map
Embed sourceMappingUrl as data uri.
Source map
Path to source map file. Enables the source map generating. Used to create sourceMappingUrl.