1.3.9: clamp() is no longer recognized in “contentSize” or “wideSize” in theme.json #42948
Labels
[Feature] Themes
Questions or issues with incorporating or styling blocks in a theme.
[Package] Style Engine
/packages/style-engine
[Type] Bug
An existing feature does not function as intended
Description
In v1.3.8 of the Gutenberg plugin, it is possible to add a
clamp()
function in thecontentSize
and/orwideSize
options of theme.json for variable content width. In version 1.3.9 this is no longer possible as values are not recognized.Step-by-step reproduction instructions
theme.json
and add anyclamp()
value tocontentSize
andwideSize
.max-width
values are missing from the CSS file.Here's the value used in the example:
Screenshots, screen recording, code snippet
Screen-Recording-2022-08-03-17-20-54.mp4
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: