ChatGPT-Next-Web/postcss.config.js
2023-12-16 23:05:14 +08:00

9 lines
140 B
JavaScript

module.exports = {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
};