anycoder-804f2c8b / postcss.config.js
Rms666777's picture
Upload postcss.config.js with huggingface_hub
e15a6fd verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};