Hi, how to use nth-child pseudo-class in garden? I found it need a extra n parameter but don't know how to write it after :&:. I tried :&:nth-child(4) and :&:(nth-child 4), both failed.
nth-child
garden
n
:&:
:&:nth-child(4)
:&:(nth-child 4)
[(s/& (s/nth-child 4)