nextjs-dashboard/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2024-04-18 01:57:35 -07:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};