Skip to content

Commit

Permalink
docs: 0.42kb instead of 0.65kb
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 23, 2023
1 parent 674364b commit 7852449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Features

- ⚡️ Lightweight — only 0.65kb
- ⚡️ Lightweight — only 0.42kb
- ✨ Autocompletion in all editors
- 🎨 Adapt the style based on props
- ♻️ Reuse classes with `asChild` prop
Expand Down
2 changes: 1 addition & 1 deletion website/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Card = twc.div`rounded-lg border bg-slate-100 text-white shadow-sm`;

With just one single line of code, you can create a reusable component with all these amazing features out-of-the-box:

- ⚡️ Lightweight — only 0.65kb
- ⚡️ Lightweight — only 0.42kb
- ✨ Autocompletion in all editors
- 🎨 Adapt the style based on props
- ♻️ Reuse classes with `asChild` prop
Expand Down

0 comments on commit 7852449

Please sign in to comment.