nextjs-tailwindcss-headless.../postcss.config.js

7 lines
94 B
JavaScript
Raw Normal View History

2023-08-25 12:43:48 +08:00
module.exports = {
2023-08-25 13:14:23 +08:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-08-25 12:43:48 +08:00
}