diff --git a/package.json b/package.json index 05bfca7..f1a2dae 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,12 @@ "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" + }, + "./dist/*.css": { + "import": "./dist/*.css", + "require": "./dist/*.css" } }, - "files": [ - "dist/*" - ], "scripts": { "build": "tsup", "test": "echo \"Error: no test specified\" && exit 1"