This commit is contained in:
2025-06-09 23:11:38 -05:00
parent 4d9c1a3e8c
commit bafd8158d3
2 changed files with 0 additions and 6 deletions

View File

@@ -22,7 +22,6 @@
"@tailwindcss/vite": "^4.1.8", "@tailwindcss/vite": "^4.1.8",
"astro": "^5.9.2", "astro": "^5.9.2",
"framer-motion": "^12.16.0", "framer-motion": "^12.16.0",
"postcss-preset-env": "^10.2.1",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-hotkeys-hook": "^5.1.0", "react-hotkeys-hook": "^5.1.0",

View File

@@ -2,11 +2,6 @@
const config = { const config = {
plugins: { plugins: {
'@tailwindcss/postcss': {}, '@tailwindcss/postcss': {},
'postcss-preset-env': {
features: {
'nesting-rules': false,
},
},
}, },
}; };