ollama_chat_bot / postcss.config.js
shalvikk's picture
Upload folder using huggingface_hub
e94c887 verified
Raw
History Blame Contribute Delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};