package
0.0.0-20141112201209-3f75658770a7
Repository: https://github.com/rtfb/go-html-transform.git
Documentation: pkg.go.dev
# Structs
AtRule is an AtKeyword an optional param and an SimpleBlock.
BlockItem contains one and only one of DeclarationList, *Ruleset, or *AtRule.
Declaration is a Property and Value pair.
Ruleset is a selector followed by a Declaration Block.
SimpleBlock contains a list of BlockItems.
Statement is either a Ruleset or an AtRule or a comment.
Stylesheet is a list of Statements.
# Type aliases
No description provided by the author
DeclarationList is a list of Declarations forming a block.
No description provided by the author