1
0

Compare commits

..

3 Commits

Author SHA1 Message Date
716a22c542 Update postcss.config.mjs
All checks were successful
Lint / Lint (push) Successful in 34s
2025-11-26 12:49:00 +01:00
5b892367eb Update postcss.config.mjs
Some checks failed
Lint / Lint (push) Has been cancelled
2025-11-26 12:48:38 +01:00
c1f3e476cf chore(deps): update pnpm to v10.23.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Lint / Lint (push) Successful in 24s
2025-11-23 15:01:11 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
"typescript": "5.9.3", "typescript": "5.9.3",
"typescript-eslint": "8.47.0" "typescript-eslint": "8.47.0"
}, },
"packageManager": "pnpm@10.22.0", "packageManager": "pnpm@10.23.0",
"pnpm": { "pnpm": {
"overrides": { "overrides": {
"@types/react": "19.2.6", "@types/react": "19.2.6",

View File

@@ -1,5 +1,8 @@
const config = { const config = {
plugins: ["@tailwindcss/postcss"], plugins: {
'@tailwindcss/postcss': {},
cssnano: {},
},
}; };
export default config; export default config;