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

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
Although this JSON-string isn't valid due to the ellipsis and comments, I added a comma to avoid it breaking if someone were to copy it and remove the ellipsis and comments. Also, more tidy.
  • Loading branch information
kmelve authored Jan 24, 2018
1 parent 44f729f commit 73a0233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The config file is where all of your design system specs live. See this [example
},
"extraArtboards": {
"xlg": 100 // Additional breakpoint for the Sketch file (number in rem)
}
},
"rem": 16, // Base rem unit for all measurements (number in px)
"rowHeight": 0.5, // Height of a fixed row (number in rem)
"rows": 30, // Quantity of row variables (number)
Expand Down

0 comments on commit 73a0233

Please sign in to comment.