Description
Parses CSS using a pure Ruby implementation based on the CSS Syntax Level 3 specification. It is useful for sanitizers, HTML processors, style analyzers, and tools that need structured CSS tokens.
CSS parsing is often used on untrusted web content. Validate resource limits and avoid assuming parsing alone makes styles safe to render.