Class SassExtension


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

      • setOutputStyle

        public void setOutputStyle​(java.lang.String outputStyle)
      • getOmitSourceMapUrl

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

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

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

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

        public Property<java.lang.Boolean> getSourceMapEnabled()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object