ph-css icon indicating copy to clipboard operation
ph-css copied to clipboard

Advanced Java CSS 3 parser and builder

Results 14 ph-css issues
Sort by recently updated
recently updated
newest added
trafficstars

hello how to format code by in library??

question

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,...

enhancement

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...