-
includePaths
java.util.List<E> includePaths
SassList of paths.
-
indent
java.lang.String indent
-
isIndentedSyntaxSrc
boolean isIndentedSyntaxSrc
Treat source_string as sass (as opposed to scss).
-
linefeed
java.lang.String linefeed
-
omitSourceMapUrl
boolean omitSourceMapUrl
Disable sourceMappingUrl in css output.
-
outputStyle
OutputStyle outputStyle
Output style for the generated css code.
-
pluginPath
java.lang.String pluginPath
-
precision
int precision
Precision for outputting fractional numbers.
-
sourceComments
boolean sourceComments
If you want inline source comments.
-
sourceMapContents
boolean sourceMapContents
Embed include contents in maps.
-
sourceMapEmbed
boolean sourceMapEmbed
Embed sourceMappingUrl as data uri.
-
sourceMapFile
java.net.URI sourceMapFile
Path to source map file. Enables the source map generating. Used to create sourceMappingUrl.
-
sourceMapRoot
java.net.URI sourceMapRoot