This commit is contained in:
2026-01-29 00:18:44 +01:00
parent 0853a497ef
commit b5e09ea52e
5 changed files with 23 additions and 15 deletions

7
postcss.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
};
export default config;