> On 3 Jan 2021, at 9:15, 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 onli
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.
But I also have never wri