-
Notifications
You must be signed in to change notification settings - Fork 0
/
badcamp_theme.breakpoints.yml
63 lines (56 loc) · 1.17 KB
/
badcamp_theme.breakpoints.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
badcamp_theme.screen-small-max:
label: screen-small-max
mediaQuery: 'all and (max-width: 639px)'
weight: 1
multipliers:
- 1x
- 2x
badcamp_theme.screen-medium-min:
label: screen-medium-min
mediaQuery: 'all and (min-width: 640px)'
weight: 1
multipliers:
- 1x
- 2x
badcamp_theme.screen-medium-max:
label: screen-medium-max
mediaQuery: 'all and (max-width: 1023px)'
weight: 1
multipliers:
- 1x
- 2x
badcamp_theme.screen-large-min:
label: screen-large-min
mediaQuery: 'all and (min-width: 1024px)'
weight: 1
multipliers:
- 1x
- 2x
badcamp_theme.screen-large-max:
label: screen-large-max
mediaQuery: 'all and (max-width: 1199px)'
weight: 1
multipliers:
- 1x
- 2x
badcamp_theme.screen-xlarge-min:
label: screen-xlarge-min
mediaQuery: 'all and (min-width: 1200px)'
weight: 1
multipliers:
- 1x
- 2x
badcamp_theme.screen-xlarge-max:
label: screen-xlarge-max
mediaQuery: 'all and (max-width: 1439px)'
weight: 1
multipliers:
- 1x
- 2x
badcamp_theme.screen-xxlarge-min:
label: screen-xxlarge-min
mediaQuery: 'all and (min-width: 1440px)'
weight: 1
multipliers:
- 1x
- 2x