next.js / examples /cms-dotcms /postcss.config.js
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};