allinix-demo/next/postcss.config.cjs

7 lines
83 B
JavaScript
Raw Normal View History

2025-02-17 20:10:24 +05:30
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};