Skip to content

Commit

Permalink
edit flexbox demo
Browse files Browse the repository at this point in the history
  • Loading branch information
heyallan committed Feb 23, 2024
1 parent da42d57 commit 4c65d5e
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 473 deletions.
2 changes: 1 addition & 1 deletion dist/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

.flex,
.display-flex {
--grow: 0; /* columns don't grow by default to preserve layout, for flexible columns use width class */
--grow: 0; /* columns don't grow by default to preserve layout, for flexible columns use width classes */
--shrink: 1;
--basis: auto;
--min-width: 0;
Expand Down

0 comments on commit 4c65d5e

Please sign in to comment.