anycoder-1e02383b / postcss.config.js
omniverse1's picture
Upload postcss.config.js with huggingface_hub
2d927b2 verified
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};