Skip to content

Commit

Permalink
Comments Pagination Previous: Add missing typography supports (#43290)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Aug 19, 2022
1 parent 18c8c77 commit 2b75093
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -26,10 +26,12 @@
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontStyle": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
Expand Down

0 comments on commit 2b75093

Please sign in to comment.