WorkBoard/postcss.config.js
2026-02-24 19:26:04 -06:00

6 lines
90 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}