Fork me on GitHub
#css
<
2022-11-22
>
ns13:11:57

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.