allow import from CSS

This commit is contained in:
sakkke 2022-06-09 16:59:47 +09:00
parent 5e1c11a409
commit 82339a14c4

View file

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