In my CSS grid layout, I want to include a margin in every even column. While the :nth-column
pseudo-class would be ideal for this, it unfortunately won't be supported in the near future.
Could anyone recommend any polyfills that I could utilize, or will I need to create my own solution?