From 1bb8e0dcfe0c1031cc847dc16006184025fdd101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ribeiro?= Date: Mon, 15 Apr 2024 12:13:25 -0300 Subject: [PATCH] refactor(css): remove import from tailwind.css in src/index, let projects build their own css --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 1cc968e..025ea79 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,3 @@ -import "./tailwind.css"; - export * from "#/components"; export * from "#/hooks"; export * from "#/lib";