rag-full / ui /postcss.config.js
Junranl's picture
Upload folder using huggingface_hub
6e1a53e verified
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};