Skip to content

Instantly share code, notes, and snippets.

@jackarmley
Created June 15, 2015 12:10
Show Gist options
  • Save jackarmley/4db26c1bb43220596b84 to your computer and use it in GitHub Desktop.
Save jackarmley/4db26c1bb43220596b84 to your computer and use it in GitHub Desktop.
Image mixin JSON data sample
{
"small": {
"width": "400",
"sizes": "(min-width: 6.25em) 90vw"
},
"medium": {
"width": "800",
"sizes": "(min-width: 43em) 80vw"
},
"large": {
"width": "1440",
"sizes": "(min-width: 62.5em) 33.3vw"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment