Class OutputStyle
- java.lang.Object
-
- sass.embedded_protocol.EmbeddedSass.OutputStyle
-
@Deprecated public final class OutputStyle extends Object
Deprecated.Migrate toOutputStyle
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 toOutputStyle.COMPRESSED
static com.sass_lang.embedded_protocol.OutputStyle
EXPANDED
Deprecated.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
-
-