Description
Parses CSS into low-level tokens and structures from Python code. It helps browsers, validators, converters, and document tools inspect stylesheets without implementing CSS parsing themselves.
Developers use it as a parsing library. CSS from untrusted sources should still be validated according to the target application's policy before being rendered, transformed, or stored.