Module parser

Source
Expand description

The context within which CSS code is parsed.

Structs§

NestingContext
Nesting context for parsing rules.
ParserContext
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.