Get all styles
webflow.getAllStyles()
Retrieve all Styles, also known as Classes, present on the Webflow site.
Syntax
Returns
Promise<Array<Style>>
A Promise that resolves to an array of Style objects representing all the styles present on the current site.
Example
Designer Ability
Checks for authorization only