I have a CSS grid layout, where I would like to add a margin to each even column. The :nth-column
pseudo-class would be nice but won’t be supported anytime soon.
Are there any polyfills I could use or do I have to write my own?
I have a CSS grid layout, where I would like to add a margin to each even column. The :nth-column
pseudo-class would be nice but won’t be supported anytime soon.
Are there any polyfills I could use or do I have to write my own?