anycoder-ac277926 / postcss.config.js
LethalLuck's picture
Upload postcss.config.js with huggingface_hub
60576bb verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}