NanoBananaShow/postcss.config.js
2024-07-08 18:37:12 +08:00

7 lines
83 B
JavaScript

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