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

@@ -1,6 +1,5 @@
module.exports = {
plugins: {
'@tailwindcss/nesting': {},
'@tailwindcss/postcss': {},
'autoprefixer': {},
...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {})