Skip to content

Commit

Permalink
fix(Box): prevent flex direction classes from being added twice (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanyoung authored Oct 27, 2020
1 parent 55790b9 commit 3429433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Box/Box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ const Box: FC<BoxProps> = ({
generateResponsiveClasses('font-size', fontSize),
generateResponsiveClasses('overflow', overflow),
generateResponsiveClasses('border-radius', radius),
generateResponsiveClasses('flex-direction', direction),
generateResponsiveClasses('flex', flex),
generateResponsiveClasses('background-color', background),
cssShorthandToClasses('border-width', borderWidth),
Expand Down

0 comments on commit 3429433

Please sign in to comment.