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 boolean
canEqual(java.lang.Object other)
boolean
equals(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()
int
hashCode()
void
setOutputStyle(java.lang.String outputStyle)
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-