Class OutputStyle


  • @Deprecated
    public final class OutputStyle
    extends java.lang.Object
    Deprecated.
    Migrate to OutputStyle
    Delegate for the old OutputStyle FQN.

    This should help builds to migrate to the new package.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.sass_lang.embedded_protocol.OutputStyle COMPRESSED
      Deprecated.
      Migrate to OutputStyle.COMPRESSED
      static com.sass_lang.embedded_protocol.OutputStyle EXPANDED
      Deprecated.
      Migrate to OutputStyle.EXPANDED
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EXPANDED

        @Deprecated
        public static final com.sass_lang.embedded_protocol.OutputStyle EXPANDED
        Deprecated.
        Migrate to OutputStyle.EXPANDED
        See Also:
        OutputStyle.EXPANDED
      • COMPRESSED

        @Deprecated
        public static final com.sass_lang.embedded_protocol.OutputStyle COMPRESSED
        Deprecated.
        Migrate to OutputStyle.COMPRESSED
        See Also:
        OutputStyle.COMPRESSED