catchat / postcss.config.mjs
NeoPy's picture
Upload folder using huggingface_hub
b9ee0e6 verified
raw
history blame contribute delete
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;