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()
      • 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()