Class OutputStyle
- java.lang.Object
-
- sass.embedded_protocol.EmbeddedSass.OutputStyle
-
@Deprecated public final class OutputStyle extends Object
Deprecated.Migrate toOutputStyleDelegate 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.OutputStyleCOMPRESSEDDeprecated.Migrate toOutputStyle.COMPRESSEDstatic com.sass_lang.embedded_protocol.OutputStyleEXPANDEDDeprecated.Migrate toOutputStyle.EXPANDED
-
-
-
Field Detail
-
EXPANDED
@Deprecated public static final com.sass_lang.embedded_protocol.OutputStyle EXPANDED
Deprecated.Migrate toOutputStyle.EXPANDED- See Also:
OutputStyle.EXPANDED
-
COMPRESSED
@Deprecated public static final com.sass_lang.embedded_protocol.OutputStyle COMPRESSED
Deprecated.Migrate toOutputStyle.COMPRESSED- See Also:
OutputStyle.COMPRESSED
-
-