taravel/postcss.config.js
2024-11-13 16:26:27 +08:00

6 lines
93 B
JavaScript

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