website/postcss.config.js
2024-02-22 03:32:22 +09:00

6 lines
80 B
JavaScript

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