XAPI / frontend /postcss.config.js
cjovs's picture
Deploy Sub2API HF Space with embedded Postgres/Redis backup runtime
8059bf0 verified
raw
history blame contribute delete
78 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}