Skip to content

Commit

Permalink
feat: add justify-stretch rule
Browse files Browse the repository at this point in the history
  • Loading branch information
MellowCo committed May 13, 2023
1 parent 2d03992 commit efa4dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/position.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const justifies: StaticRule[] = [
['justify-between', { 'justify-content': 'space-between' }],
['justify-around', { 'justify-content': 'space-around' }],
['justify-evenly', { 'justify-content': 'space-evenly' }],
['justify-stretch', { 'justify-content': 'stretch' }],
...makeGlobalStaticRules('justify', 'justify-content'),

// items
Expand Down

0 comments on commit efa4dac

Please sign in to comment.