omnidiag / frontend /postcss.config.js
yahyoha's picture
feat(frontend): scaffold Vite React app with Tailwind CSS and API client
ccc1818
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}