rocmpilot / postcss.config.mjs
Shivam311's picture
Deploy ROCmPilot Space
330856b verified
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;