> On 3 Jan 2021, at 9:15, atd...@gmail.com <atd...@gmail.com> wrote:
> 
> Hello,
> 
> I am currently in need of a css stylesheet parser to retrieve the CSSOM as a 
> go datastructure.
> (probably in a map[*selector* string]map[*cssproperty* string]interface{})
> 
> The existing Go libraries that can be found online are a bit lacking in that 
> respect, imho.

you know about https://github.com/tdewolff/parse

you can investigate this project's sources.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/483AD307-9D39-421A-BD65-4F04FB77A552%40gmail.com.

Reply via email to