Skip to content

Commit 0bc8247

Browse files
authored
fix: expose scss files in package.json 'exports' (#43)
1 parent 159e882 commit 0bc8247

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"require": "./dist/index.cjs",
1010
"import": "./dist/index.mjs"
1111
},
12-
"./style": "./css/catppuccin.css"
12+
"./style": "./css/catppuccin.css",
13+
"./scss/*": "./scss/*"
1314
},
1415
"scripts": {
1516
"test": "ava",

0 commit comments

Comments
 (0)