Skip to main content

Module parser

Module parser 

Source
Expand description

TCSS stylesheet parser built on cssparser.

Structs§

Rule
A parsed TCSS rule: a selector list + declaration block.
TcssRuleParser
Rule parser for the TCSS stylesheet parser.

Enums§

TcssParseError
Custom parse error for TCSS.

Functions§

parse_stylesheet
Parse a TCSS stylesheet string into rules and error messages.