Skip to content

Commit

Permalink
Merge pull request #113 from WordPress/migrate/code
Browse files Browse the repository at this point in the history
Migrate CSS for Code block for TT1-block theme
  • Loading branch information
carolinan authored May 12, 2021
2 parents 216d5c6 + 17d7dbb commit 3992540
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tt1-blocks/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,22 @@
"fontWeight": "var(--wp--custom--font-weight--normal)",
"textTransform": "uppercase"
}
},
"core/code": {
"spacing": {
"padding": {
"top": "var(--wp--custom--spacing--unit)",
"bottom": "var(--wp--custom--spacing--unit)",
"left": "var(--wp--custom--spacing--unit)",
"right": "var(--wp--custom--spacing--unit)"
}
},
"border": {
"radius": "0px",
"color": "var(--wp--preset--color--dark-gray)",
"style": "solid",
"width": "1.5px"
}
}
}
},
Expand Down

0 comments on commit 3992540

Please sign in to comment.