Skip to content

Commit

Permalink
fix: flex-wrap typo on flex stylesheet (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporwavie authored Jan 29, 2025
2 parents d8013a5 + 6474010 commit bd44c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shoreline/src/themes/sunrise/components/flex.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
order: var(--sl-flex-order, 0);
flex-direction: var(--sl-flex-direction, column);
flex-grow: var(--sl-flex-grow, 0);
flex-wrap: var(--sl-flex-wrapm, nowrap);
flex-wrap: var(--sl-flex-wrap, nowrap);
flex-shrink: var(--sl-flex-shrink, 1);
flex-basis: var(--sl-flex-basis, auto);
justify-content: var(--sl-flex-justify, flex-start);
Expand Down

0 comments on commit bd44c1c

Please sign in to comment.