You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this mean that it's better not to have more styles in the block based theme than can be specified in theme.json?
It depends on the styles. Basic and "universal" styles should be in the theme.json file, while more opinionated things that make a theme stand-out and add some character would still be in CSS files.
I did some tests following this post.
https://make.wordpress.org/test/2021/02/18/fse-program-testing-call-2-build-a-homepage-with-site-editing-blocks/
And I noticed the font size of the site title could not be changed from the default.
If you change the font size of your site from the settings, it will not change on the front view.
Editor View:
Front View:
This is probably because no style is given to
.wp-block-site-title.has-extra-large-font-size
, and similar class names.Verification environment
TT1 Blocks Version: 0.4.4
Gutenberg 10.0.2
WordPress 5.6.2
Mac OS Big Sur 11.1
Chrome 88.0.4324.192
The text was updated successfully, but these errors were encountered: