mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-01-04 11:36:02 -05:00
10 lines
254 B
JavaScript
10 lines
254 B
JavaScript
|
/* This file contains breakpoints from _frameless.scss, to be used in MediaQuery elements.
|
||
|
* All units are in px, as per _frameless.scss and the MediaQuery default arguments.
|
||
|
*/
|
||
|
|
||
|
module.exports = {
|
||
|
desktop: 942,
|
||
|
tablet: 640,
|
||
|
mobile: 480
|
||
|
};
|