Skip to content

Commit

Permalink
fix: reorganise blocks alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasguillot committed Nov 8, 2023
1 parent abce375 commit 4a74134
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,27 @@
"lineHeight": "var( --wp--custom--line-height--small )"
}
},
"core/comments-pagination": {
"elements": {
"link": {
"color": {
"text": "var( --wp--preset--color--contrast )"
},
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var( --wp--preset--font-size--small )",
"lineHeight": "var( --wp--custom--line-height--small )"
}
},
"core/gallery": {
"spacing": {
"margin": {
Expand Down Expand Up @@ -382,27 +403,6 @@
"lineHeight": "var( --wp--custom--line-height--small )"
}
},
"core/comments-pagination": {
"elements": {
"link": {
"color": {
"text": "var( --wp--preset--color--contrast )"
},
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var( --wp--preset--font-size--small )",
"lineHeight": "var( --wp--custom--line-height--small )"
}
},
"core/post-date": {
"color": {
"text": "var( --wp--preset--color--tertiary )"
Expand Down Expand Up @@ -451,12 +451,6 @@
"textTransform": "uppercase"
}
},
"core/term-description": {
"typography": {
"fontSize": "var( --wp--preset--font-size--large )",
"lineHeight": "var( --wp--custom--line-height--large )"
}
},
"core/post-title": {
"elements": {
"link": {
Expand Down Expand Up @@ -583,6 +577,12 @@
"fontWeight": "700",
"lineHeight": "var( --wp--custom--line-height--large )"
}
},
"core/term-description": {
"typography": {
"fontSize": "var( --wp--preset--font-size--large )",
"lineHeight": "var( --wp--custom--line-height--large )"
}
}
},
"color": {
Expand Down

0 comments on commit 4a74134

Please sign in to comment.