mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
10 lines
No EOL
256 B
JavaScript
10 lines
No EOL
256 B
JavaScript
module.exports = {
|
|
environmentVariables: {
|
|
'--xsmall-viewport': '480px',
|
|
'--small-viewport': '640px',
|
|
'--medium-viewport': '768px',
|
|
'--large-viewport': '1024px',
|
|
'--xlarge-viewport': '1280px',
|
|
'--xxlarge-viewport': '1536px',
|
|
}
|
|
} |