Module parser

Module parser 

Source
Expand description

The CSS parser module.

Modules§

hooks
Parser hooks can be used to attach some compilation information.

Structs§

Warning
Warnings generated while parsing.

Enums§

StyleParsingDebugMode
The debug mode used in style parsing.
WarningKind
Warning kind.

Functions§

parse_inline_style
Parse inline style for an element, a.k.a. the style in <div style="...">.