niming/postcss.config.js
2024-10-27 18:29:40 +08:00

7 lines
73 B
JavaScript

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