Documentation
parse_stylesheet_bytes()
parse_stylesheet()
parse_rule_list()
parse_one_rule()
parse_blocks_contents()
parse_declaration_list()
parse_one_declaration()
parse_component_value_list()
parse_one_component_value()
serialize()
serialize_identifier()
parse_color()
RGBA
RGBA.red
RGBA.green
RGBA.blue
RGBA.alpha
parse_nth()
Node
Node.type
Node.source_line
Node.source_column
Node.serialize()
QualifiedRule
QualifiedRule.type
QualifiedRule.prelude
QualifiedRule.content
AtRule
AtRule.type
AtRule.at_keyword
AtRule.lower_at_keyword
AtRule.prelude
AtRule.content
Declaration
Declaration.type
Declaration.name
Declaration.lower_name
Declaration.value
Declaration.important
ParseError
ParseError.type
ParseError.kind
ParseError.message
Comment
Comment.type
Comment.value
WhitespaceToken
WhitespaceToken.type
WhitespaceToken.value
LiteralToken
LiteralToken.type
LiteralToken.value
IdentToken
IdentToken.type
IdentToken.value
IdentToken.lower_value
AtKeywordToken
AtKeywordToken.type
AtKeywordToken.value
AtKeywordToken.lower_value
HashToken
HashToken.type
HashToken.value
HashToken.is_identifier
StringToken
StringToken.type
StringToken.value
URLToken
URLToken.type
URLToken.value
UnicodeRangeToken
UnicodeRangeToken.type
UnicodeRangeToken.start
UnicodeRangeToken.end
NumberToken
NumberToken.type
NumberToken.value
NumberToken.int_value
NumberToken.is_integer
NumberToken.representation
PercentageToken
PercentageToken.type
PercentageToken.value
PercentageToken.int_value
PercentageToken.is_integer
PercentageToken.representation
DimensionToken
DimensionToken.type
DimensionToken.value
DimensionToken.int_value
DimensionToken.is_integer
DimensionToken.representation
DimensionToken.unit
DimensionToken.lower_unit
ParenthesesBlock
ParenthesesBlock.type
ParenthesesBlock.content
SquareBracketsBlock
SquareBracketsBlock.type
SquareBracketsBlock.content
CurlyBracketsBlock
CurlyBracketsBlock.type
CurlyBracketsBlock.content
FunctionBlock
FunctionBlock.type
FunctionBlock.name
FunctionBlock.lower_name
FunctionBlock.arguments
Extra Information