tailwindcss-plugin-examples icon indicating copy to clipboard operation
tailwindcss-plugin-examples copied to clipboard

Fix incorrect property for col-span-* utility

Open dwightwatson opened this issue 6 years ago • 0 comments

I believe the col-span-* utilities were intended to be used for spanning the given columns which means gridColumn would be the correct property to use. It's the utilities on the next lines down (col-start-* and col-end-*) that should be using gridColumnStart/gridColumnEnd.

dwightwatson avatar May 08 '19 06:05 dwightwatson