chore: update tailwind to latest, remove redundant nesting plugin, and cleanup theme variables
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-20 09:04:36 +01:00
parent 1b5ac9bf07
commit 25848c9ea5
4 changed files with 156 additions and 180 deletions

View File

@@ -14,14 +14,13 @@
"build": "NODE_ENV=production postcss ./assets/css/tailwind.css -o ./assets/built/screen.css"
},
"devDependencies": {
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/postcss": "^4.0.0-alpha.13",
"@tailwindcss/postcss": "^4.2.0",
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.5",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"tailwindcss": "^4.0.0-alpha.13"
"tailwindcss": "^4.2.0"
},
"config": {
"posts_per_page": 12