upgrade to tailwind v3.0

This commit is contained in:
spencerwooo
2021-12-16 13:08:08 +08:00
parent 2b0430f2af
commit 8e127d50e6
4 changed files with 84 additions and 395 deletions
+3 -3
View File
@@ -46,11 +46,11 @@
"@types/react-dom": "^17.0.8",
"@types/react-pdf": "^5.0.4",
"@types/react-syntax-highlighter": "^13.5.1",
"autoprefixer": "^10.2.6",
"autoprefixer": "^10.4.0",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.5",
"typescript": "4.3.4"
}
}