css

ns 2022-11-22T13:40:57.734049Z

Hi, is anyone using Herb with cljs? (https://github.com/roosta/herb) I'm wondering if it is possible to chain multiple pseudo selectors, for example:

a:nth-child(odd):not(.myclass){
        color: "green"
    }
Any help would be appreciated.