worlabel/frontend/postcss.config.js
2024-08-27 09:46:39 +09:00

7 lines
80 B
JavaScript

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