Switch to version 2: added postcss.config.mjs

This commit is contained in:
2026-04-17 21:17:54 +00:00
parent 42c88cb29f
commit 04ff498d7c

5
postcss.config.mjs Normal file
View File

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