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

Commit 73a0233

Browse files
authored
Add missing comma
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.
1 parent 44f729f commit 73a0233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The config file is where all of your design system specs live. See this [example
5555
},
5656
"extraArtboards": {
5757
"xlg": 100 // Additional breakpoint for the Sketch file (number in rem)
58-
}
58+
},
5959
"rem": 16, // Base rem unit for all measurements (number in px)
6060
"rowHeight": 0.5, // Height of a fixed row (number in rem)
6161
"rows": 30, // Quantity of row variables (number)

0 commit comments

Comments
 (0)