auto-deploy-demo/client/postcss.config.js

6 lines
79 B
JavaScript
Raw Permalink Normal View History

2026-02-23 06:31:59 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}