openweb-ui / postcss.config.js
mexicanamerican's picture
Upload folder using huggingface_hub
c9e5647 verified
raw
history blame contribute delete
No virus
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};