niming/postcss.config.js
2025-01-05 22:42:05 +08:00

7 lines
79 B
JavaScript

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