From 72ab1c0e232e93d37d61ccd3a3d13dbd98ec34dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=9F=B9=E9=91=AB?= Date: Thu, 15 Feb 2024 20:15:37 +0800 Subject: [PATCH] fix: export css --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a9e303..519ae7a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" - } + }, + "./index.css": "./dist/style.css" }, "style": "dist/style.css", "scripts": {