Support for CSS functions (like clamp(), calc(), etc.) in Designer API variables
Currently, the Webflow Designer API only allows setting style variable values as plain numbers with a unit (e.g. { value: 1.25, unit: "rem" }). This limitation prevents developers from programmatically using powerful CSS functions, such as clamp()...