Skip to content

Commit

Permalink
feat: use new name for flex no wrap flex-nowrap
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Jan 3, 2021
1 parent 8e10edb commit b47865e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/lib/non-configurable/flexbox.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const flexDirection = ['flex-row', 'flex-row-reverse', 'flex-col', 'flex-col-reverse'];

const flexWrap = ['flex-no-wrap', 'flex-wrap', 'flex-wrap-reverse'];
const flexWrap = ['flex-nowrap', 'flex-wrap', 'flex-wrap-reverse'];

const alignItems = ['items-stretch', 'items-start', 'items-center', 'items-end', 'items-baseline'];

Expand Down

0 comments on commit b47865e

Please sign in to comment.