c34e370d7556c72060cce73c33f62e09399d94ab
[yaffs-website] / web / themes / contrib / bootstrap / bootstrap.breakpoints.yml
1 bootstrap.screen-xs-max:
2   label: screen-xs-max
3   mediaQuery: 'all and (max-width: 767px)'
4   weight: 1
5   multipliers:
6     - 1x
7 bootstrap.screen-sm-min:
8   label: screen-sm-min
9   mediaQuery: 'all and (min-width: 768px)'
10   weight: 1
11   multipliers:
12     - 1x
13 bootstrap.screen-sm-max:
14   label: screen-sm-max
15   mediaQuery: 'all and (max-width: 991px)'
16   weight: 1
17   multipliers:
18     - 1x
19 bootstrap.screen-md-min:
20   label: screen-md-min
21   mediaQuery: 'all and (min-width: 992px)'
22   weight: 1
23   multipliers:
24     - 1x
25 bootstrap.screen-md-max:
26   label: screen-md-max
27   mediaQuery: 'all and (max-width: 1199px)'
28   weight: 1
29   multipliers:
30     - 1x
31 bootstrap.screen-lg-min:
32   label: screen-lg-min
33   mediaQuery: 'all and (min-width: 1200px)'
34   weight: 1
35   multipliers:
36     - 1x