chatgpt-web / postcss.config.js
imseldrith's picture
Upload with huggingface_hub (#1)
3d83f0d
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}