Update tailwind to v3, various wangling

This commit is contained in:
2023-05-16 17:48:25 +01:00
parent c55577e04e
commit 57c730a2cf
14 changed files with 6821 additions and 183615 deletions

View File

@@ -16,15 +16,19 @@
"author": "",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.0.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"clean-css-cli": "^4.3.0",
"cross-env": "^7.0.3",
"node-sass": "^5.0.0",
"postcss": "^8.1.9",
"postcss": "^8.4.23",
"postcss-cli": "^8.3.0",
"postcss-scss": "^3.0.4",
"rimraf": "^3.0.2",
"tailwindcss": "^2.0.1",
"tailwindcss": "^3.3.2",
"watch": "^1.0.2"
}
}