mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix incorrect auto column class name
This commit is contained in:
parent
ce166fe692
commit
82833d2631
@ -45,7 +45,7 @@
|
||||
}
|
||||
|
||||
.generate-all-grids(@grid-column-count) {
|
||||
.col-auto {
|
||||
.col {
|
||||
flex-grow: 1;
|
||||
flex-basis: 0;
|
||||
max-width: 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user