Documentation
¶
Overview ¶
Index ¶
Examples ¶
Constants ¶
View Source
const ( CurlyBlock = iota RoundBlock SquareBlock )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AtRule ¶
type AtRule struct {
Identifier string
Components []ComponentValue
CurlyBlock *Block
}
type Block ¶
type Block struct {
Type BlockType
Components []ComponentValue // contains Components
}
type ComponentValue ¶
type ComponentValue interface {
}
Component represents CSS "Component value", which is one of PreservedToken, CurlyBlock, RoundBlock, SquareBlock
type Function ¶
type Function struct {
Name string
Components []ComponentValue
}
Click to show internal directories.
Click to hide internal directories.