mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-21 21:12:27 -05:00
590f505a61
This reverts commit1b1b396e92
, reversing changes made toa144bab0e6
.
10 lines
283 B
JavaScript
10 lines
283 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.
|
|
*/
|
|
const frameless = {
|
|
desktop: 942,
|
|
tablet: 640,
|
|
mobile: 480
|
|
};
|
|
|
|
module.exports = frameless;
|