| Package | Description |
|---|---|
| org.serversass | |
| org.serversass.ast |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Section> |
Generator.extensibleSections |
protected Map<String,Section> |
Generator.mediaQueries |
protected List<Section> |
Generator.sections |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Generator.compileMixins(Section section) |
| Modifier and Type | Method and Description |
|---|---|
List<Section> |
Stylesheet.getSections()
Returns all sections in the stylesheet
|
List<Section> |
Mixin.getSubSections()
Returns a list of all sub sections.
|
List<Section> |
Section.getSubSections()
Returns a list of all sub sections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stylesheet.addSection(Section section)
Adds a section
|
void |
Mixin.addSubSection(Section section)
Adds a sub section.
|
void |
Section.addSubSection(Section section)
Adds a sub section.
|
Copyright © 2016. All rights reserved.