tailwindcss-plugin-examples
tailwindcss-plugin-examples copied to clipboard
Fix incorrect property for col-span-* utility
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.