Grid Columns
grid_columns Sets the grid column definition.
Example
Grid { grid_columns: 3 }
Tailwind values
none, 1 through 12, subgrid, or an arbitrary definition: [200px_1fr], [repeat(auto-fit,minmax(16rem,1fr))].
grid_columns Sets the grid column definition.
Grid { grid_columns: 3 }
none, 1 through 12, subgrid, or an arbitrary definition: [200px_1fr], [repeat(auto-fit,minmax(16rem,1fr))].