anycoder-2ae81253 / postcss.config.js
santiagr7776's picture
Upload postcss.config.js with huggingface_hub
822b03a verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};