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

7 lines
83 B
JavaScript
Raw Normal View History

2023-08-25 12:43:48 +08:00
module.exports = {
2023-09-14 09:21:45 +08:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};