css 2022-11-22

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.