Skip to content

Commit

Permalink
use postcss config to handle tailwind instead of in vite config
Browse files Browse the repository at this point in the history
update autoprefixer and tailwind
  • Loading branch information
martinmiglio committed Oct 13, 2024
1 parent 0dc4d77 commit 4e689c7
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 56 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"npm-run-all2": "^6.2.3",
"postcss": "^8.4.47",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"react": "^18.3.1",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.13",
"tsx": "^4.15.5",
"typescript": "~5.5.4",
"vite": "^5.4.8",
Expand Down
Loading

0 comments on commit 4e689c7

Please sign in to comment.