Skip to content

Commit

Permalink
Empty theme: use new theme.json shape
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal authored and pbking committed May 5, 2021
1 parent 08b86b0 commit 5d71c1c
Showing 1 changed file with 17 additions and 24 deletions.
41 changes: 17 additions & 24 deletions emptytheme/experimental-theme.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
{
"version": 1,
"settings": {
"defaults": {
"color": {
"gradients": [ ],
"link": true,
"palette": [ ]
},
"spacing": {
"customPadding": true
},
"typography": {
"customLineHeight": true,
"fontFamilies": [ ],
"fontSizes": [ ]
},
"layout": {
"contentSize": "840px",
"wideSize": "1100px"
}
}
},
"styles": {
"root": {
"color": { },
"typography": { }
"color": {
"gradients": [],
"link": true,
"palette": []
},
"spacing": {
"customPadding": true
},
"typography": {
"customLineHeight": true,
"fontFamilies": [],
"fontSizes": []
},
"layout": {
"contentSize": "840px",
"wideSize": "1100px"
}
}
}

0 comments on commit 5d71c1c

Please sign in to comment.