SupportRAG / frontend /postcss.config.mjs
Sakshamyadav15's picture
Revision
e7dfc31
raw
history blame contribute delete
146 Bytes
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
};
export default config;