css-what is a CSS selector parser and tokenizer. It translates CSS selectors, as defined in CSS specifications, into a structured data representation. This representation can then be used for tasks like matching elements against selectors. The package supports a wide range of CSS selector syntax, including complex selectors, pseudo-classes, and pseudo-elements. It is highly performant and broadly compatible, making it a crucial dependency for many tools that need to understand and manipulate CSS.