"files": {
"ignoreAssets": ["scss", ".DS_Store"],
"assetsPath": "assets",
"partialsPath": "partials",
"responsiveImages": {
"contentImages": {
"sizes": "(max-width: 48em) 100vw, 768px",
"dimensions": {
"xs": {
"width": 300,
"height": "auto"
},
"sm": {
"width": 480,
"height": "auto"
},
"md": {
"width": 768,
"height": "auto"
},
"lg": {
"width": 1024,
"height": "auto"
},
"xl": {
"width": 1360,
"height": "auto"
},
"2xl": {
"width": 1600,
"height": "auto"
}
}
},