public class StringContext extends AbstractContext
| Constructor and Description |
|---|
StringContext(String string,
URI inputPath,
URI outputPath,
Options options)
Create a new string context.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getString()
Return the in-memory sass code.
|
getInputPath, getOptions, getOutputPathpublic StringContext(String string, URI inputPath, URI outputPath, Options options)
string - The in-memory sass code.inputPath - The input path used for calculation path changes, or null.outputPath - The output path used for calculation path changes, or null.options - The compiler options.public String getString()
Copyright © 2016 bit3. All rights reserved.