fix: expose scss files in package.json 'exports' (#43)

This commit is contained in:
Rhys-T 2023-03-02 21:40:16 -05:00 committed by GitHub
parent 159e88259b
commit 0bc8247f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,8 @@
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./style": "./css/catppuccin.css"
"./style": "./css/catppuccin.css",
"./scss/*": "./scss/*"
},
"scripts": {
"test": "ava",