| Package | Description |
|---|---|
| io.bit3.jsass | |
| io.bit3.jsass.type |
| Modifier and Type | Method and Description |
|---|---|
static Separator |
Separator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Separator[] |
Separator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Separator |
SassList.getSeparator()
Return the item separator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SassList.setSeparator(Separator separator)
Set the item separator.
|
| Constructor and Description |
|---|
SassList(Collection<?> collection,
Separator separator)
Create a list from an existing values, with a specific separator character.
|
SassList(int initialCapacity,
Separator separator) |
SassList(Separator separator)
Create an empty list with a specific separator character.
|
Copyright © 2016 bit3. All rights reserved.