Skip to content

Commit 7fe2ca5

Browse files
committed
refactor: update the docs as per the changes in styles bar for create new rule button
1 parent e056451 commit 7fe2ca5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/02-Live Preview/03-styles-bar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ It shows all the available selectors for that element. Select the one you want,
2828
2929
<!-- TODO: PLUTO - add image here showing the affects x elements -->
3030

31-
### Creating a New Style
31+
### Creating a New Rule
3232

33-
Click **New style** to save your edits in a new CSS rule. Type a class like `.card` or an id like `#hero` and click **Create**. Phoenix Code creates the rule and also adds the class or id to the element, so the rule applies right away.
33+
Click **Create new rule** to save your edits in a new CSS rule. Type a class like `.card` or an id like `#hero` and click **Create**. Phoenix Code creates the rule and also adds the class or id to the element, so the rule applies right away.
3434

35-
<!-- TODO: PLUTO - add video here showing the new style creation -->
35+
<!-- TODO: PLUTO - add video here showing the new rule creation -->
3636

3737
### Editing Element States
3838

3939
The **State** dropdown in the popover lets you style the element's `hover`, `focus`, and `active` states. Pick a state and the Live Preview turns it on while you edit, with a banner showing which state you are editing.
4040

41-
For any other state, type it in the **New style** field, for example `.button:disabled`.
41+
For any other state, type it in the **Create new rule** field, for example `.button:disabled`.
4242

4343
<!-- TODO: PLUTO - add video of editing the hover state in the element -->
4444

docs/03-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The chat header shows which model is answering you. Hover over the panel and the
104104
The dropdown lists:
105105

106106
- **Default**: lets Claude Code pick. The row shows which model that is right now, for example *Currently Opus*.
107-
- The models your provider offers, such as **Opus**, **Sonnet**, and **Haiku**.
107+
- The models your provider offers, such as **Fable**, **Opus**, **Sonnet**, and **Haiku**. Fable appears only on plans that include it.
108108

109109
You can switch models in the middle of a chat. The new model takes over from your next message and keeps the conversation history.
110110

0 commit comments

Comments
 (0)