Panno-AI-API / postcss.config.mjs
GitHub Actions Bot
Sync: Thu Feb 12 07:00:42 UTC 2026
dce7eca
raw
history blame contribute delete
143 Bytes
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;