From 23b8569e1aae43cc0d884185cf2732853eb9a657 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Sat, 16 Aug 2025 10:41:03 +0530 Subject: [PATCH] Solved Import issue for css --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b405167..666c920 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "types": "./dist/index.d.ts", "default": "./dist/index.js" }, - "./style": "./src/styles/style.css", + "./theme.css": "./src/styles/style.css", "./components/*": "./src/components/*", "./utils/*": "./src/utils/*" }, @@ -78,4 +78,4 @@ "clsx": "^2.1.1", "tailwind-merge": "^3.3.1" } -} +} \ No newline at end of file