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