Class SassCompile

    • Constructor Detail

      • SassCompile

        public SassCompile()
    • Method Detail

      • compileSass

        public void compileSass()
      • setOutputStyle

        public void setOutputStyle​(String outputStyle)
      • getFunctionProviders

        public List<Object> getFunctionProviders()
        Custom import functions.
      • getHeaderImporters

        public List<Importer> getHeaderImporters()
      • getOmitSourceMapUrl

        public Property<Boolean> getOmitSourceMapUrl()
        Disable sourceMappingUrl in css output.
      • getOutputStyle

        public Property<OutputStyle> getOutputStyle()
        Output style for the generated css code.
      • getPrecision

        public Property<Integer> getPrecision()
        Precision for outputting fractional numbers.
      • getSourceComments

        public Property<Boolean> getSourceComments()
        If you want inline source comments.
      • getSourceMapContents

        public Property<Boolean> getSourceMapContents()
        Embed include contents in maps.
      • getSourceMapEmbed

        public Property<Boolean> getSourceMapEmbed()
        Embed sourceMappingUrl as data uri.
      • getSourceMapRoot

        public Property<URI> getSourceMapRoot()
      • setFunctionProviders

        public void setFunctionProviders​(List<Object> functionProviders)
        Custom import functions.
      • setHeaderImporters

        public void setHeaderImporters​(List<Importer> headerImporters)
      • setImporters

        public void setImporters​(Collection<Importer> importers)
        Custom import functions.