Crate css_parser[][src]

Expand description

CSS parser

Simple CSS parser and “renderer”

Structs

A css rule with a selector and collection of declarations

A StyleSheet with a collection of rules

Settings for rendering ASTNodes to CSS

Enums

Traits

Functions

Lexes the source returning CSSToken sequence byte_offset marks spans

Will “raise” or “unnest” rules in the stylesheet. Mutates StyleSheet