rda-v3/postcss.config.js
2025-12-21 10:34:50 +00:00

6 lines
80 B
JavaScript

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