| Package | Description |
|---|---|
| io.bit3.jsass.function | |
| io.bit3.jsass.type |
| Modifier and Type | Method and Description |
|---|---|
SassValue |
FunctionWrapper.apply(SassValue value)
Call the function.
|
SassValue |
FunctionDeclaration.invoke(List<?> arguments)
Invoke the method with the given list of arguments.
|
| Modifier and Type | Method and Description |
|---|---|
SassValue |
FunctionWrapper.apply(SassValue value)
Call the function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SassBoolean |
class |
SassColor
A sass color value.
|
class |
SassError |
class |
SassList
A sass value list.
|
class |
SassMap
A sass value list.
|
class |
SassNull |
class |
SassNumber
A sass number value.
|
class |
SassString
A sass probably quoted string value.
|
class |
SassWarning |
| Modifier and Type | Method and Description |
|---|---|
static SassValue |
TypeUtils.convertToSassValue(Object value)
Try to convert "any" java object into a responsible sass value.
|
| Constructor and Description |
|---|
SassMap(Map<? extends String,? extends SassValue> map) |
Copyright © 2016 bit3. All rights reserved.