SLA-RedM/postcss.config.js

8 lines
81 B
JavaScript
Raw Permalink Normal View History

2025-10-05 03:21:27 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}