anycoder-f86f051e / postcss.config.js
Mehdi
Upload postcss.config.js with huggingface_hub
3ebd701 verified
Raw
History Blame Contribute Delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}