postcss.config.js5 lines · main
1module.exports = {
2 plugins: {
3 '@tailwindcss/postcss': {},
4 },
5}