Class |
Description |
Color
|
Controls Color for CSS styles and has methods for brighter, darker, etc. |
ColorMethods
|
All Color related methods pulled into one class to make them available everywhere. |
Comment
|
Represents a comment to include in output. |
Config
|
Configuration for GrooCSS conversions. |
FontFace
|
Represents an @font-face in CSS. |
GrooCSS
|
Entrance to DSL for converting code into CSS. |
GrooCSS.Configurer
|
|
KeyFrames
|
Represents a keyframes block in CSS. |
Main
|
Created by adavis on 8/9/17. |
Measurement
|
Represents some type of number value with a unit, such as 2 seconds or 20 pixels. |
MediaCSS
|
Root node for CSS which might be characterized by a media type. |
PseudoClass
|
Represents a CSS pseudo-class such as :active, :focus, or :nthChild(odd). |
PseudoClass.StyleGroup
|
Only here to restrict the DSL so that pseudo-class is used properly. |
Raw
|
Raw contains unescaped CSS that will be output in final CSS. |
Selectable
|
Anything that has a selector. |
Selector
|
Class representing HTML5 element used by DSL. |
Style
|
Represents a CSS style. |
StyleGroup
|
A group of styles as represented in a CSS file. |
StyleGroup.Styles
|
|
Transition
|
Created by adavis on 10/20/17. |
Transition.TransitionDSL
|
|
Transition.TransitionTimingDSL
|
|
Translator
|
Translates from/to CSS. |
Underscore
|
Allows _.styleClass syntax to be used anywhere selectors are used. |