Update postcss.config.mjs
All checks were successful
Lint / Lint and Typecheck (push) Successful in 36s

This commit is contained in:
2025-11-26 12:50:38 +01:00
parent 8b65735994
commit c61abb43a7

View File

@@ -1,5 +1,9 @@
export default {
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
"@tailwindcss/postcss": {},
'@tailwindcss/postcss': {},
cssnano: {},
},
};
export default config;