MacFastLookup/frontend/postcss.config.js
2024-07-15 16:15:43 +08:00

7 lines
80 B
JavaScript

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