public class RubySassEngine extends Object
| Constructor and Description |
|---|
RubySassEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRequire(String require)
Adds a ruby require to the ruby script to be run by this RubySassEngine.
|
String |
process(String content)
Transforms a sass content into css using Sass ruby engine.
|
public void addRequire(String require)
require - The name of the require, e.g. bourbonCopyright © 2008-2013. All Rights Reserved.