-
Notifications
You must be signed in to change notification settings - Fork 109
/
Copy pathmq.json
24 lines (24 loc) · 1.08 KB
/
mq.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"--small": "screen",
"--small-only": "screen and (max-width: 47.9375em)",
"--medium": "screen and (min-width: 48em)",
"--medium-only": "screen and (min-width: 48em) and (max-width: 63.9375em)",
"--large": "screen and (min-width: 64em)",
"--large-only": "screen and (min-width: 64em) and (max-width: 89.9375em)",
"--xlarge": "screen and (min-width: 90em)",
"--xlarge-only": "screen and (min-width: 90em) and (max-width: 119.9375em)",
"--xxlarge": "screen and (min-width: 120em)",
"--xxlarge-only": "screen and (min-width: 120em) and (max-width: 99999999em)",
"--mobile-s": "(min-width: 320px)",
"--mobile-m": "(min-width: 375px)",
"--mobile-l": "(min-width: 412px)",
"--mobile": "(max-width: 599px)",
"--tablet-s": "(min-width: 600px)",
"--tablet-m": "(min-width: 768px)",
"--tablet": "(min-width: 600px) and (max-width: 1023px)",
"--desktop-s": "(min-width: 1024px)",
"--desktop-m": "(min-width: 1280px)",
"--desktop-l": "(min-width: 1440px)",
"--desktop-xl": "(min-width: 1920px)",
"--desktop": "(min-width: 1024px)"
}