Files
web-fusion/postcss.config.js

7 lines
92 B
JavaScript
Raw Permalink Normal View History

2026-01-22 15:18:09 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}