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