openai-cookbook/apps/file-q-and-a/nextjs/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2023-02-12 00:29:30 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};