-
Notifications
You must be signed in to change notification settings - Fork 4
/
bootstrap_italia.breakpoints.yml
60 lines (59 loc) · 1.2 KB
/
bootstrap_italia.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
# For reference see:
# https://italia.github.io/bootstrap-italia/docs/organizzare-gli-spazi/griglie/#le-opzioni
# https://getbootstrap.com/docs/5.1/layout/grid/#grid-options
bootstrap_italia.extra_small:
label: Extra small
mediaQuery: ''
weight: 0
multipliers:
- 1x
- 2x
bootstrap_italia.small:
label: Small
mediaQuery: 'all and (min-width: 576px)'
weight: 0
multipliers:
- 1x
- 2x
bootstrap_italia.medium:
label: Medium
mediaQuery: 'all and (min-width: 768px)'
weight: 1
multipliers:
- 1x
- 2x
bootstrap_italia.large:
label: Large
mediaQuery: 'all and (min-width: 992px)'
weight: 2
multipliers:
- 1x
- 2x
bootstrap_italia.extra_large:
label: 'Extra large'
mediaQuery: 'all and (min-width: 1200px)'
weight: 3
multipliers:
- 1x
- 2x
bootstrap_italia.extra_extra_large:
label: 'Extra extra large'
mediaQuery: 'all and (min-width: 1400px)'
weight: 4
multipliers:
- 1x
- 2x
bootstrap_italia.full_hd:
label: 'Full HD'
mediaQuery: 'all and (min-width: 1600px)'
weight: 5
multipliers:
- 1x
- 2x
bootstrap_italia.4k:
label: '4k'
mediaQuery: 'all and (min-width: 1921px)'
weight: 6
multipliers:
- 1x
- 2x