Merge pull request #15 from sakkke/allow-import-from-css
feat: allow import from CSS
This commit is contained in:
commit
cedc4b2223
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue