diff --git a/src/rules/position.ts b/src/rules/position.ts index 9021557..99fb6e5 100644 --- a/src/rules/position.ts +++ b/src/rules/position.ts @@ -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