Class SassExtension

java.lang.Object
io.freefair.gradle.plugins.sass.SassExtension

@Incubating public class SassExtension extends Object
  • Constructor Details

  • Method Details

    • setOutputStyle

      public void setOutputStyle(String outputStyle)
    • getOmitSourceMapUrl

      public Property<Boolean> getOmitSourceMapUrl()
    • getOutputStyle

      public Property<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.
    • getSourceMapEnabled

      public Property<Boolean> getSourceMapEnabled()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object