Class JSassExtension


  • public class JSassExtension
    extends Object
    • Constructor Detail

      • JSassExtension

        @Inject
        public JSassExtension​(ObjectFactory objectFactory)
    • Method Detail

      • setOutputStyle

        public void setOutputStyle​(String outputStyle)
      • getOutputStyle

        public Property<io.bit3.jsass.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.