Skip to content

Commit

Permalink
fix(flexbox): add 'justify-evenly' (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
hank121314 committed Dec 7, 2021
1 parent b424d77 commit e2d21ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/lib/non-configurable/flexbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const justifyContent = [
'justify-end',
'justify-between',
'justify-around',
'justify-evenly',
];

const justifyItems = [
Expand Down

0 comments on commit e2d21ed

Please sign in to comment.