Class JSassExtension


  • public class JSassExtension
    extends Object
    • Method Detail

      • setOutputStyle

        public void setOutputStyle​(String outputStyle)
      • getOutputStyle

        public Property<OutputStyle> getOutputStyle()
        Output style for the generated css code.
      • getPrecision

        public Property<Integer> getPrecision()
        Precision for outputting fractional numbers.
      • getSourceComments

        public Property<Boolean> getSourceComments()
        If you want inline source comments.
      • getSourceMapContents

        public Property<Boolean> getSourceMapContents()
        Embed include contents in maps.
      • getSourceMapEmbed

        public Property<Boolean> getSourceMapEmbed()
        Embed sourceMappingUrl as data uri.