anycoder-bd981d63 / postcss.config.js
santiagr7776's picture
Upload postcss.config.js with huggingface_hub
282f8c2 verified
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};