custom-cluedo / frontend /postcss.config.js
clementpep's picture
feat: improve architecture using React + Vite + FastAPI
8beb1aa
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}