package rules
Constants
ReadingTag
iota
ReadingId
ReadingClass
ReadingChild
ReadingSibling
ReadingAdjacent
ReadingCondition
ReadingConditionAssignment
ReadingPseudo
ReadingPseudoFunction
ReadingProperty
ReadingPropertyValue
ReadingPropertyFunction
Types
MediaQuery
struct
MediaQuery.Clear
MediaQuery.IsValid
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.
}