Skip to content

Commit 29c4f9b

Browse files
author
Kurt Medley
committed
docs(storybook): intro
1 parent b4363c1 commit 29c4f9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/html/stories/Introduction.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ Cedar One is guided by a small set of system-level principles that shape how com
150150
- **Static by default**: HTML and CSS are preferred over runtime abstractions wherever possible.
151151
- **Validation before shipping**: Component contracts are enforced during development, not in production.
152152
- **Usage-driven output**: Builds can generate only the utilities and recipes a project actually uses.
153+
- **Performance by default**: Smaller bundles, reduced runtime work, and predictable rendering are treated as first-class outcomes of the system.
153154

154-
Together, these principles keep the system portable, predictable, and scalable as platforms and frameworks evolve.
155+
Together, these principles keep the system portable, predictable, and performant as platforms and frameworks evolve.
155156

156157
</div>

0 commit comments

Comments
 (0)