The pinned Class Manager applies and toggles CSS classes on the selected element, shows which selector a value cascades from, and switches the editing state (hover/focus/active) and breakpoint you’re editing.
Where: Right sidebar → pinned at the top (when an element is selected) — Select an element
Key ideas
- Apply / toggle classes: Add a class to reuse styling across elements; toggle whether it’s active on this element.
- Cascade source: See which class/selector a property’s value comes from, so you know where to edit.
- State & breakpoint: Switch the editing state (hover/focus/active) and breakpoint — edits then target that state/BP.
Steps
- Select an element; the Class Manager pins above the sections.
- Add or toggle a class.
- Switch the editing state (e.g. hover) to style that state.
- Watch the cascade source to know where a value is set.