fix(css-config): use correct version (#1453)

* fix(css-config): use correct version

* fix lint
This commit is contained in:
Vikhyath Mondreti
2025-09-25 16:42:31 -07:00
committed by GitHub
parent e03c036a10
commit 1b7e883b10
3 changed files with 10 additions and 1 deletions

View File

@@ -126,6 +126,7 @@
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.8",
"autoprefixer": "10.4.21",
"concurrently": "^9.1.0",
"critters": "0.0.25",
"dotenv": "^16.4.7",

View File

@@ -1,7 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
'@tailwindcss/postcss': {},
tailwindcss: {},
autoprefixer: {},
},
}