super-harness / postcss.config.mjs
Cyber Catalyst Team
Deploy to HF Spaces with LFS
4782147
Raw
History Blame Contribute Delete
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;