Package io.freefair.gradle.plugins.sass
Class SassExtension
- java.lang.Object
-
- io.freefair.gradle.plugins.sass.SassExtension
-
@Incubating public class SassExtension extends 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(Object other)
boolean
equals(Object o)
Property<Boolean>
getOmitSourceMapUrl()
Property<sass.embedded_protocol.EmbeddedSass.OutputStyle>
getOutputStyle()
Output style for the generated css code.Property<Boolean>
getSourceMapContents()
Embed include contents in maps.Property<Boolean>
getSourceMapEmbed()
Embed sourceMappingUrl as data uri.Property<Boolean>
getSourceMapEnabled()
int
hashCode()
void
setOutputStyle(String outputStyle)
String
toString()
-
-
-
Constructor Detail
-
SassExtension
@Inject public SassExtension(ObjectFactory objectFactory)
-
-
Method Detail
-
setOutputStyle
public void setOutputStyle(String outputStyle)
-
getOutputStyle
public Property<sass.embedded_protocol.EmbeddedSass.OutputStyle> getOutputStyle()
Output style for the generated css code.
-
getSourceMapContents
public Property<Boolean> getSourceMapContents()
Embed include contents in maps.
-
canEqual
protected boolean canEqual(Object other)
-
-