Class JSassExtension

    • Constructor Detail

      • JSassExtension

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

      • setOutputStyle

        public void setOutputStyle​(String outputStyle)
        Deprecated.
      • getOmitSourceMapUrl

        public Property<Boolean> getOmitSourceMapUrl()
        Deprecated.
      • getOutputStyle

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

        public Property<Boolean> getSourceMapEnabled()
        Deprecated.