| Package | Description |
|---|---|
| io.bit3.jsass | |
| io.bit3.jsass.context | |
| io.bit3.jsass.importer |
| Modifier and Type | Method and Description |
|---|---|
Output |
Compiler.compile(Context context)
Compile context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContext
Abstract context that contain all shared informations for each context.
|
class |
FileContext
A context to compile a file from the filesystem.
|
class |
StringContext
A context to compile a string in memory.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Import> |
ChainImporter.apply(String url,
String previous,
Context originalContext) |
Collection<Import> |
Importer.apply(String url,
String previous,
Context originalContext) |
SassLibrary.Sass_C_Import_Callback |
ImporterCallbackFactory.create(Context originalContext,
Collection<Importer> importers)
Create a new callback for a list of importers.
|
| Constructor and Description |
|---|
ImporterWrapper(SassLibrary sass,
Context originalContext,
Importer importer)
Create a new import wrapper.
|
Copyright © 2015 bit3. All rights reserved.