ph-css
ph-css copied to clipboard
Advanced Java CSS 3 parser and builder
During recent development we added this to our css: ```css .tableView tr:has(> .error) { position: relative; } ``` Since that change this line returns `null`: ```java CascadingStyleSheet css = CSSReader.readFromFile(file,...
Please ignore the pom.xml changes (we currently need them to fulfill our dependency repository requirements when fetching such custom changed builds). We do this because of having the need changes/fixes...
I'm exploring this library to develop a POC for a possible solution. Yet, in my tests, when i try to parse a valid CSS file that have a selector like...