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