swarm-os / frontend /postcss.config.js
aryxn323's picture
Initial Space deployment with llama-cpp + React dashboard
8892a6c
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}