web/postcss.config.mjs
blame
View source
3e3af55
1
const config = {
3e3af55
2
plugins: {
3e3af55
3
"@tailwindcss/postcss": {},
3e3af55
4
},
3e3af55
5
};
3e3af55
6
3e3af55
7
export default config;