update: Parse style.css with postcss instead of including it with vite
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user