chatgpt-web / postcss.config.js
imseldrith's picture
Upload with huggingface_hub
b90481c
Raw
History Blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}