homepage/postcss.config.js
2025-02-02 23:35:54 +08:00

6 lines
81 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};