qss-parser v0.2.1
Overview
Version 0.2.1 of qss-parser.
Changes
- Fix: QSS selector matching to include pseudo-states, pseudo-elements, and attributes with full typing (6233cb7)
- Update: logos (0c883d9)
- Fix: QSSParser to strip selector comments and add full property assertions in test. (552df6c)
- Remove: prints on tests (3b103a9)
- Fix: ignore single-line (8bde494)
- Remove: restriction on pseudo-states in comma-separated selectors and enhance rule splitting (94ca200)
- Fix: QSS parser to handle hyphenated pseudo-elements correctly (f294556)
- Add: subcontrol to list pseudo elements (a56168d)
- Fix: incorrect semicolon validation in single-line QSS rule parsing (ab85483)
- Fix: ":" when inside of the attribute (605ade4)
- Fix: accept _ for custom properties (6c92445)
Installation
pip install qss-parser==0.2.1See the README.md for more details.