Expand description
The context within which CSS code is parsed.
Structs§
- Nesting context for parsing rules.
- The data that the parser needs from outside in order to parse a stylesheet.
Traits§
- A trait to abstract parsing of a specified value given a
ParserContext
and CSS input.