Interface SassCommandBuilder
- All Known Implementing Classes:
AbstractSassCommandBuilder
public interface SassCommandBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild(DartSassReleaseParameter dartSassReleaseParameter) withColor(boolean colorEnabled) withEmbedSourceMap(boolean embedSourceMapEnabled) withEmbedSources(boolean embedSourcesEnabled) withErrorCSS(boolean enabled) withLoadPath(Path loadPath) withNoCharset(boolean enabled) withNoSourceMap(boolean noSourceMapEnabled) withNoUnicode(boolean noUnicodeEnabled) withPoll(boolean pollEnabled) withQuiet(boolean quietEnabled) withQuietDeps(boolean quietDepsEnabled) withSourceMapURLs(SourceMapURLs sourceMapUrls) withStopOnError(boolean stopOnErrorEnabled) withTrace(boolean traceEnabled) withUpdate(boolean updateEnabled) withWatch(boolean watchEnabled)
-
Method Details
-
withLoadPath
-
withStyle
-
withNoCharset
-
withErrorCSS
-
withUpdate
-
withNoSourceMap
-
withSourceMapURLs
-
withEmbedSources
-
withEmbedSourceMap
-
withStopOnError
-
withColor
-
withNoUnicode
-
withQuiet
-
withQuietDeps
-
withTrace
-
withPaths
-
withWatch
-
withPoll
-
build
- Throws:
SassCommandException
-