sage-ai / postcss.config.mjs
Arjit
Initial commit: Sage AI with rate limiting and deployment configs
1520b1b
raw
history blame contribute delete
157 Bytes
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default config;