Remove style
webflow.removeStyle(Style)
Remove an unused style from a site. In order to remove the style, it must not be used by any elements throughout the site.
Syntax
Parameters
Style
: StyleObject - The style to remove.
Returns
Promise<void>
A Promise that resolves to undefined
.