peripatos.free.technology/postcss.config.js
2024-02-13 20:57:33 +09:00

7 lines
80 B
JavaScript

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