Create style
webflow.createStyle(name)
Create a new Style with a provided name.
Syntax
Parameters
name
: String - The name of the style.
Returns
Promise<Style>
A Promise that resolves to a Style object.
Create style
webflow.createStyle(name)
Create a new Style with a provided name.
name
: String - The name of the style.Promise<Style>
A Promise that resolves to a Style object.