Skip to content

Commit

Permalink
fix: add line breaks in json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabrina Heid committed May 27, 2020
1 parent 311f718 commit 81e5a82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 9 additions & 3 deletions properties/color/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@
"value": "#EB0000",
"comment": "Main red color"
},
"medium": {"value": "#C60018"},
"dark" : {"value": "#A20013"}
"medium": {
"value": "#C60018"
},
"dark": {
"value": "#A20013"
}
},
"white": {
"value": "#FFFFFF"
},
"white": {"value": "#FFFFFF"},
"green": {
"value": "#FFFFFF",
"deprecated": true,
Expand Down
4 changes: 3 additions & 1 deletion properties/color/font.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"color": {
"font": {
"base": { "value": "{color.base.white.value}" }
"base": {
"value": "{color.base.white.value}"
}
}
}
}

0 comments on commit 81e5a82

Please sign in to comment.