boredgame/environmentVariables.json

11 lines
228 B
JSON
Raw Normal View History

{
"environment-variables": {
"--xsmall-viewport": "480px",
"--small-viewport": "640px",
"--medium-viewport": "768px",
"--large-viewport": "1024px",
"--xlarge-viewport": "1280px",
"--xxlarge-viewport": "1536px"
}
}