Skip to content

Commit 3660faf

Browse files
committed
chore(styled introduction): update quote link
1 parent 2a34656 commit 3660faf

File tree

1 file changed

+1
-1
lines changed
  • apps/website/src/routes/docs/styled/(getting-started)/introduction

1 file changed

+1
-1
lines changed

apps/website/src/routes/docs/styled/(getting-started)/introduction/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Thanks to the super powers of copy/paste, you can start with well designed defau
2424

2525
## Avoid code duplication thanks to cva variants
2626

27-
A good design system is a system where all the variations of a component are defined within a single source of truth to represent all the possibilities within the constraints of the brand's identity. - [Maïeul Chevalier](https://x.com/maiieul)
27+
A good design system is a system where all the variations of a component are defined within a single source of truth to represent all the possibilities within the constraints of the brand's identity. - [Maïeul Chevalier](https://x.com/maiieul/status/1768689994053325153)
2828

2929
The styled kit makes use of cva variants to allow for easy composition and avoid code duplication. No ButtonSmall, ButtonMedium, ButtonLarge, ButtonPrimary, ButtonSecondary, ButtonSmallPrimary, ButtonMediumPrimary, ButtonLargePrimary, ButtonSmallSecondary, ButtonMediumSecondary, ButtonLargeSecondary ... 💀, but just one `Button` with variants as props. Isn't `<Button size="sm">` much better?

0 commit comments

Comments
 (0)