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
With the new addition of blockGap support to theme.json, we should update the Columns block to reference that gap value — instead of a hard-coded value of 2em.
What is your proposed solution?
Updating the styles to use the generated CSS property var(--wp--style--block-gap) instead of the hard-coded value of 2em, while still providing a fallback to themes that do not have the variable.
What problem does this address?
With the new addition of
blockGap
support to theme.json, we should update the Columns block to reference that gap value — instead of a hard-coded value of2em
.What is your proposed solution?
Updating the styles to use the generated CSS property
var(--wp--style--block-gap)
instead of the hard-coded value of2em
, while still providing a fallback to themes that do not have the variable.Originally called out in #34347.
The text was updated successfully, but these errors were encountered: