Skip to content

Commit c7df337

Browse files
committed
feat: on-demand tailwindcss
1 parent 253f2e9 commit c7df337

7 files changed

+55
-406
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"@vue/compiler-sfc": "^3.0.5",
5050
"@vuedx/typecheck": "^0.6.3",
5151
"@vuedx/typescript-plugin-vue": "^0.6.3",
52-
"autoprefixer": "^10.2.5",
5352
"axios": "^0.21.1",
5453
"camelcase": "^6.2.0",
5554
"chalk": "^4.1.0",
@@ -63,8 +62,6 @@
6362
"eslint-plugin-promise": "^4.3.1",
6463
"eslint-plugin-vue": "^7.7.0",
6564
"husky": "^5.1.3",
66-
"postcss": "^8.2.8",
67-
"postcss-import": "^14.0.0",
6865
"sass": "^1.32.8",
6966
"shelljs": "^0.8.4",
7067
"standard": "^16.0.3",
@@ -73,11 +70,11 @@
7370
"stylelint-config-standard": "^21.0.0",
7471
"stylelint-rscss": "^0.4.0",
7572
"stylelint-scss": "^3.19.0",
76-
"tailwindcss": "^2.0.3",
7773
"typescript": "^4.2.3",
7874
"vite": "^2.0.5",
7975
"vite-plugin-components": "^0.8.0",
8076
"vite-plugin-icons": "^0.3.2",
77+
"vite-plugin-windicss": "^0.7.2",
8178
"vue": "^3.0.7",
8279
"vue-eslint-parser": "^7.6.0",
8380
"vue-router": "4",

0 commit comments

Comments
 (0)