ro.isdc.wro.extensions.processor.css
Class BourbonCssProcessor
java.lang.Object
ro.isdc.wro.extensions.processor.css.RubySassCssProcessor
ro.isdc.wro.extensions.processor.css.BourbonCssProcessor
- All Implemented Interfaces:
- ResourcePostProcessor, ResourcePreProcessor
public class BourbonCssProcessor
- extends RubySassCssProcessor
- implements ResourcePreProcessor, ResourcePostProcessor
A processor to support the bourbon (http://thoughtbot.com/bourbon/) mixins library for sass.
Using this processor automatically provides sass support, so there is no need to use both this one and
the RubySassCssProcessor
.
- Since:
- 1.4.7
- Author:
- Simon van der Sluis
Method Summary |
protected RubySassEngine |
getEngine()
A getter used for lazy loading, overrides RubySassEngine#getEngine() and ensure the
bourbon gem is imported (required). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALIAS
public static final String ALIAS
- The processor alias.
- See Also:
- Constant Field Values
BourbonCssProcessor
public BourbonCssProcessor()
getEngine
protected RubySassEngine getEngine()
- A getter used for lazy loading, overrides RubySassEngine#getEngine() and ensure the
bourbon gem is imported (required).
- Overrides:
getEngine
in class RubySassCssProcessor
Copyright © 2008-2013. All Rights Reserved.