Expand description
TCSS stylesheet parser built on cssparser.
Structs§
- Rule
- A parsed TCSS rule: a selector list + declaration block.
- Tcss
Rule Parser - Rule parser for the TCSS stylesheet parser.
Enums§
- Tcss
Parse Error - Custom parse error for TCSS.
Functions§
- parse_
stylesheet - Parse a TCSS stylesheet string into rules and error messages.