Files
nextjs-tutorial/postcss.config.js
bigdeejay 19a7d45b7b git init
2025-01-22 17:58:47 +09:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};