Package io.freefair.gradle.plugins.jsass
Class JSassExtension
- java.lang.Object
-
- io.freefair.gradle.plugins.jsass.JSassExtension
-
public class JSassExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description JSassExtension(ObjectFactory objectFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property<String>
getIndent()
Property<String>
getLinefeed()
Property<Boolean>
getOmitSourceMapUrl()
Property<OutputStyle>
getOutputStyle()
Output style for the generated css code.Property<Integer>
getPrecision()
Precision for outputting fractional numbers.Property<Boolean>
getSourceComments()
If you want inline source comments.Property<Boolean>
getSourceMapContents()
Embed include contents in maps.Property<Boolean>
getSourceMapEmbed()
Embed sourceMappingUrl as data uri.Property<Boolean>
getSourceMapEnabled()
void
setOutputStyle(String outputStyle)
-
-
-
Constructor Detail
-
JSassExtension
@Inject public JSassExtension(ObjectFactory objectFactory)
-
-
Method Detail
-
setOutputStyle
public void setOutputStyle(String outputStyle)
-
getOutputStyle
public Property<OutputStyle> getOutputStyle()
Output style for the generated css code.
-
getSourceMapContents
public Property<Boolean> getSourceMapContents()
Embed include contents in maps.
-
-