RAGELITE / frontend /postcss.config.js
triflix
initial: automAIta boilerplate (FastAPI + React PWA, single-port HF Space)
a6229e1
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};