Expanded CSS property support

The Designer API now supports a significantly expanded set of CSS properties. Whereas previously you could only set CSS properties that were natively supported in Webflow and shown in the Styles panel, you can now use nearly any CSS property with functions such as style.setProperties and style.setProperty.

Also, you no longer need to use long-form property names exclusively; shorthand properties such as inset, flex, flex-flow, gap, grid, border, and background are now supported alongside their long-form equivalents.

For more information, see Set style properties.

For the full list of supported properties and accepted types, see Style Properties.