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 OutputStyle
COMPRESSED
Deprecated.Migrate toOutputStyle.COMPRESSED
static OutputStyle
EXPANDED
Deprecated.Migrate toOutputStyle.EXPANDED
-
-
-
Field Detail
-
EXPANDED
@Deprecated public static final OutputStyle EXPANDED
Deprecated.Migrate toOutputStyle.EXPANDED
- See Also:
OutputStyle.EXPANDED
-
COMPRESSED
@Deprecated public static final OutputStyle COMPRESSED
Deprecated.Migrate toOutputStyle.COMPRESSED
- See Also:
OutputStyle.COMPRESSED
-
-