feat: upgrade from Tailwind v3 to v4

This commit is contained in:
Splitter
2025-08-17 19:58:39 +00:00
parent 9fbbbdb76e
commit 6930b0a56e
3 changed files with 727 additions and 3 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "hugo-blox-academic-cv-starter",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.14.0",
"description": "Academic CV starter template for Hugo Blox with Tailwind CSS v4",
"scripts": {
"dev": "hugo server --disableFastRender",
"build": "hugo --minify"
},
"dependencies": {
"@tailwindcss/cli": "^4.1.12",
"@tailwindcss/typography": "^0.5.10",
"tailwindcss": "^4.1.12"
}
}