update: Parse style.css with postcss instead of including it with vite

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 194d16e343
commit 8f3a2b9d54
+1 -1
View File
@@ -27,7 +27,7 @@
"pretest": "yarn build",
"test": "yarn --cwd .. test",
"lint": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist",
"theme": "postcss src/theme-default.css -o dist/theme-default.css",
"theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css",
"prepare": "ts-patch install -s",
"prepublish": "shx cp ../README.md .",
"postpublish": "shx rm README.md"