chore: update tailwind css to latest version 4.1.8 (#703)

This commit is contained in:
Andreas Deininger
2025-06-11 00:46:53 +02:00
committed by GitHub
parent 7385fe9e2a
commit 9c2a9f600b
3 changed files with 6 additions and 410 deletions

View File

@@ -6,10 +6,10 @@
"build": "hugo --gc --minify --themesDir=../.. --source=exampleSite"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.17",
"@tailwindcss/postcss": "^4.1.8",
"postcss-cli": "^11.0.1",
"prettier": "^3.5.3",
"prettier-plugin-go-template": "^0.0.15",
"tailwindcss": "^4.0.17"
"tailwindcss": "^4.1.8"
}
}