Re: [go-nuts] I'd like to write a CSS StyleSheet Parser but...

2021-01-04 Thread Stephan Lukits
> 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

[go-nuts] I'd like to write a CSS StyleSheet Parser but...

2021-01-02 Thread atd...@gmail.com
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