| Package | Description |
|---|---|
| io.bit3.jsass | |
| io.bit3.jsass.context |
| Modifier and Type | Method and Description |
|---|---|
Output |
Compiler.compileFile(URI inputPath,
URI outputPath,
Options options)
Compile file.
|
Output |
Compiler.compileString(String string,
Charset charset,
Options options)
Compile string.
|
Output |
Compiler.compileString(String string,
Charset charset,
URI inputPath,
URI outputPath,
Options options)
Compile string.
|
Output |
Compiler.compileString(String string,
Options options)
Compile string.
|
Output |
Compiler.compileString(String string,
URI inputPath,
URI outputPath,
Options options)
Compile string.
|
| Modifier and Type | Method and Description |
|---|---|
Options |
Context.getOptions()
Return the compiler options.
|
Options |
AbstractContext.getOptions() |
| Constructor and Description |
|---|
AbstractContext(URI inputPath,
URI outputPath,
Options options)
Initialize the context with input path, output path and options.
|
FileContext(URI inputPath,
URI outputPath,
Options options)
Create a new string context.
|
StringContext(String string,
URI inputPath,
URI outputPath,
Options options)
Create a new string context.
|
Copyright © 2016 bit3. All rights reserved.