grid-cols-10
The class grid-cols-10 is a Tailwind CSS class, part of the grid template columns classes in the category flexbox & grid.
Resulting CSS
grid-template-columns: repeat(10, minmax(0, 1fr));
The class grid-cols-10 is a Tailwind CSS class, part of the grid template columns classes in the category flexbox & grid.
grid-template-columns: repeat(10, minmax(0, 1fr));
Build, design and debug your Tailwind website visually with Tailscan, right within the browser.
Try on this page