From 6b9a817988921e035e7c3c2654f91af93efb449c Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 24 Feb 2026 14:29:56 +0100 Subject: [PATCH] Export style.css --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2e6f067..06121d5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "require": "./dist/index.cjs", "browser": "./dist/index.umd.js", "types": "./dist/index.d.ts" - } + }, + "./style.css": "./dist/style.css" }, "scripts": { "dev": "vite", @@ -53,4 +54,4 @@ "typescript": "^5.3.3", "vite": "^5.0.8" } -} \ No newline at end of file +}