anycoder-717236c6 / postcss.config.js
caustino's picture
Upload postcss.config.js with huggingface_hub
170b0e3 verified
Raw
History Blame Contribute Delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}