Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
Change small margin to be a string
Browse files Browse the repository at this point in the history
Super pedantic but it breaks breakpoint types that expect margin to all to be the same type (string). Another option would be just using '0'
  • Loading branch information
vpicone authored Jan 30, 2019
1 parent 1ae6f33 commit 0ebc053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layout/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const breakpoints = {
sm: {
width: rem(320),
columns: 4,
margin: 0,
margin: rem(0),
},
md: {
width: rem(672),
Expand Down

0 comments on commit 0ebc053

Please sign in to comment.