Merge pull request #15 from sakkke/allow-import-from-css

feat: allow import from CSS
This commit is contained in:
Pocco81 2022-06-10 22:19:52 -05:00 committed by GitHub
commit cedc4b2223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,10 @@
"description": "Soothing pastel themes for the high-spirited!",
"main": "index.js",
"type": "module",
"exports": "./index.js",
"exports": {
".": "./index.js",
"./style": "./css/catppuccin.css"
},
"scripts": {
"test": "ava"
},