Skip to content

Add support for :nth-child selector

Add support for :nth-child selector

div:nth-child(2n) {}
div:nth-child(2n + 1) {}
div:nth-child(5n - 1) {}
div:nth-child(3) {}
div:nth-child(odd) {}
div:nth-child(even) {}
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information