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§
- Style
Parsing Debug Mode - The debug mode used in style parsing.
- Warning
Kind - Warning kind.
Functions§
- parse_
inline_ style - Parse inline style for an element, a.k.a. the style in
<div style="...">
.