Skip to content

Commit

Permalink
Revert accidental changes to emptytheme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Oct 10, 2022
1 parent fabd044 commit f857c6d
Showing 1 changed file with 5 additions and 68 deletions.
73 changes: 5 additions & 68 deletions test/emptytheme/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,73 +2,10 @@
"version": 2,
"settings": {
"appearanceTools": true,
"typography": {
"fluid": true,
"fontSizes": [
{
"fluid": {
"min": "0.875rem",
"max": "1rem"
},
"size": "1rem",
"slug": "small"
},
{
"fluid": {
"min": "1rem",
"max": "1.125rem"
},
"size": "1.125rem",
"slug": "medium"
},
{
"size": "1.9rem",
"slug": "not-so-large",
"fluid": {
"min": "1.9rem",
"max": "2rem"
}
},
{
"size": "3.5rem",
"slug": "large",
"fluid": {
"min": "3rem",
"max": "5rem"
}
},
{
"size": "var(--wp--preset--font-size--large)",
"slug": "x-large",
"fluid": false
},

{
"size": "6rem",
"slug": "Not so large",
"fluid": {
"min": "5rem",
"max": "7rem"
}
},
{
"size": "10rem",
"slug": "xx-large",
"fluid": {
"min": "4rem",
"max": "20rem"
}
},

{
"size": "14rem",
"slug": "Colossal",
"fluid": {
"min": "8rem",
"max": "30rem"
}
}
]
"layout": {
"contentSize": "840px",
"wideSize": "1100px"
}
}
},
"patterns": [ "short-text-surrounded-by-round-images", "partner-logos" ]
}

0 comments on commit f857c6d

Please sign in to comment.