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" }