postcss.config.mjs5 lines · main
1export default {
2 plugins: {
3 '@tailwindcss/postcss': {},
4 },
5};