deep-researcher / postcss.config.mjs
Amiel's picture
Upload folder using huggingface_hub
676fc08 verified
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;