Package io.freefair.gradle.plugins.sass
Class SassExtension
- java.lang.Object
-
- io.freefair.gradle.plugins.sass.SassExtension
-
@Incubating public class SassExtension extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SassExtension(ObjectFactory objectFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)Property<java.lang.Boolean>getOmitSourceMapUrl()Property<sass.embedded_protocol.EmbeddedSass.OutputStyle>getOutputStyle()Output style for the generated css code.Property<java.lang.Boolean>getSourceMapContents()Embed include contents in maps.Property<java.lang.Boolean>getSourceMapEmbed()Embed sourceMappingUrl as data uri.Property<java.lang.Boolean>getSourceMapEnabled()inthashCode()voidsetOutputStyle(java.lang.String outputStyle)java.lang.StringtoString()
-
-
-
Constructor Detail
-
SassExtension
@Inject public SassExtension(ObjectFactory objectFactory)
-
-
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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-