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

Change small margin to be a string #310

Merged
merged 3 commits into from
Jan 30, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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),
vpicone marked this conversation as resolved.
Show resolved Hide resolved
},
md: {
width: rem(672),
Expand Down