Class SassCompile

    • Constructor Detail

      • SassCompile

        public SassCompile()
    • Method Detail

      • setOutputStyle

        public void setOutputStyle​(String outputStyle)
      • getHostFunctions

        public ListProperty<de.larsgrefer.sass.embedded.functions.HostFunction> getHostFunctions()
        Custom import functions.
      • getFileImporters

        public ListProperty<de.larsgrefer.sass.embedded.importer.FileImporter> getFileImporters()
      • getCustomImporters

        public ListProperty<de.larsgrefer.sass.embedded.importer.CustomImporter> getCustomImporters()
        Custom import functions.
      • getOmitSourceMapUrl

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

        public Property<sass.embedded_protocol.EmbeddedSass.OutputStyle> getOutputStyle()
        Output style for the generated css code.
      • 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()
      • setHostFunctions

        public void setHostFunctions​(ListProperty<de.larsgrefer.sass.embedded.functions.HostFunction> hostFunctions)
        Custom import functions.
      • setFileImporters

        public void setFileImporters​(ListProperty<de.larsgrefer.sass.embedded.importer.FileImporter> fileImporters)
      • setCustomImporters

        public void setCustomImporters​(ListProperty<de.larsgrefer.sass.embedded.importer.CustomImporter> customImporters)
        Custom import functions.