FSE: inline block styles minification issues with calc() #29518
Labels
[Feature] Themes
Questions or issues with incorporating or styling blocks in a theme.
[Status] In Progress
Tracking issues with work in progress
[Type] Regression
Related to a regression in the latest release
Description
In 10.1 the loading method of block styles on the frontend was changed, see #28358
There is an issue with the minified inline styles, specifically the removal of spacing in
calc()
functions.e.g. the columns stylesheet contains
flex-basis:calc(50% - 1em)
whereas the minified inline style now renders the same as
flex-basis:calc(50%-1em)
with the required spacing stripped out, resulting in an invalid value.WordPress information
The text was updated successfully, but these errors were encountered: