next.js / examples /cms-payload /cssVariables.js
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
module.exports = {
breakpoints: {
s: 768,
m: 1024,
l: 1679,
},
};