| Package | Description |
|---|---|
| org.serversass | |
| org.serversass.ast |
| Class and Description |
|---|
| Expression
Base class for all AST classes
|
| FunctionCall
Represents a function call like "lighten(#FFFFF, 1)".
|
| Mixin
Defines a parsed mixin.
|
| Section
Represents a section which is a list of selectors and a group of attributes.
|
| Stylesheet
Represents a completely parsed SCSS file.
|
| Class and Description |
|---|
| Attribute
Represents an attribute within a section like:
font-size: 15px;
|
| Color
Represents a color like #565656.
|
| Color.HSL
Value class to represent a hue, saturation, lightness triple.
|
| Expression
Base class for all AST classes
|
| Mixin
Defines a parsed mixin.
|
| MixinReference
Represents a reference to a mixin generated by an include instruction.
|
| Section
Represents a section which is a list of selectors and a group of attributes.
|
| Variable
Represents a variable definition like "$test: 'Hello'"
|
Copyright © 2016. All rights reserved.