kocraft-front/postcss.config.js
2024-07-17 10:56:48 +09:00

7 lines
80 B
JavaScript

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