1
0

Update postcss.config.mjs
Some checks failed
Lint / Lint (push) Has been cancelled

This commit is contained in:
2025-11-26 12:48:38 +01:00
parent c1f3e476cf
commit 5b892367eb

View File

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