quick-swift-tool / postcss.config.js
imweijh's picture
Upload postcss.config.js with huggingface_hub
dd832ee verified
raw
history blame
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}