Class SassExtension


  • @Incubating
    public abstract class SassExtension
    extends java.lang.Object
    • Constructor Detail

      • SassExtension

        public SassExtension()
    • Method Detail

      • getOmitSourceMapUrl

        public abstract Property<java.lang.Boolean> getOmitSourceMapUrl()
      • getOutputStyle

        public abstract Property<sass.embedded_protocol.EmbeddedSass.OutputStyle> getOutputStyle()
        Output style for the generated css code.
      • getSourceMapContents

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

        public abstract Property<java.lang.Boolean> getSourceMapEmbed()
        Embed sourceMappingUrl as data uri.
      • getSourceMapEnabled

        public abstract Property<java.lang.Boolean> getSourceMapEnabled()