From 7852449e77feca217cbc72e5022ab5aa074aee90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Sat, 23 Dec 2023 16:54:17 +0400 Subject: [PATCH] docs: 0.42kb instead of 0.65kb --- README.md | 2 +- website/pages/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2b2e03..1793b77 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/website/pages/index.mdx b/website/pages/index.mdx index fb783dd..6bb5e1c 100644 --- a/website/pages/index.mdx +++ b/website/pages/index.mdx @@ -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