anycoder-8a0064cd / postcss.config.js
Germinal's picture
Upload postcss.config.js with huggingface_hub
1fd798e verified
Raw
History Blame Contribute Delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}