package rules
Constants
ReadingTag
iota
ReadingId
ReadingClass
ReadingChild
ReadingSibling
ReadingAdjacent
ReadingPseudo
ReadingPseudoFunction
ReadingProperty
ReadingPropertyValue
ReadingPropertyFunction
Types
PropertyValue
struct
PropertyValue.Clone
PropertyValue.IsFunction
Rule
struct
type Rule struct {
Property string
Values []PropertyValue
Invocation RuleInvoke
Sort int
SelfDestruct bool
}
Rule.Clone
RuleInvoke
const ( RuleInvokeImmediate RuleInvoke = iota RuleInvokeHover RuleInvokeActive )
RuleState
Selector
struct
SelectorGroup
struct
SelectorGroup.AddRule
SelectorPart
struct
StyleSheet
struct
type StyleSheet struct {
Groups []SelectorGroup
CustomVars map[string][]string
// Has unexported fields.
}