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
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
Across the templates, the format var(--wp--preset--spacing--90) is used inside the JSON block comment.
For the code in the template to match the code of new blocks added in the block editor, this format should be used: var:preset|spacing|numeric-value
See #55 (comment)
The text was updated successfully, but these errors were encountered:
It looks like we've replaced all the possible spacing presets with the correct format across the templates.
The only ones left are the spacer blocks, but it looks like this currently isn't possible as the spacing presets are not valid height settings. I've opened up an issue for this: WordPress/gutenberg#43816
Across the templates, the format
var(--wp--preset--spacing--90)
is used inside the JSON block comment.For the code in the template to match the code of new blocks added in the block editor, this format should be used:
var:preset|spacing|numeric-value
See #55 (comment)
The text was updated successfully, but these errors were encountered: