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 OutputStyleCOMPRESSEDDeprecated.Migrate toOutputStyle.COMPRESSEDstatic OutputStyleEXPANDEDDeprecated.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
 
 - 
 
 -