File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -4,33 +4,39 @@ bootstrap.screen-xs-max:
4
4
weight : 1
5
5
multipliers :
6
6
- 1x
7
+ - 2x
7
8
bootstrap.screen-sm-min :
8
9
label : screen-sm-min
9
10
mediaQuery : ' all and (min-width: 768px)'
10
- weight : 1
11
+ weight : 2
11
12
multipliers :
12
13
- 1x
14
+ - 2x
13
15
bootstrap.screen-sm-max :
14
16
label : screen-sm-max
15
17
mediaQuery : ' all and (max-width: 991px)'
16
- weight : 1
18
+ weight : 3
17
19
multipliers :
18
20
- 1x
21
+ - 2x
19
22
bootstrap.screen-md-min :
20
23
label : screen-md-min
21
24
mediaQuery : ' all and (min-width: 992px)'
22
- weight : 1
25
+ weight : 4
23
26
multipliers :
24
27
- 1x
28
+ - 2x
25
29
bootstrap.screen-md-max :
26
30
label : screen-md-max
27
31
mediaQuery : ' all and (max-width: 1199px)'
28
- weight : 1
32
+ weight : 5
29
33
multipliers :
30
34
- 1x
35
+ - 2x
31
36
bootstrap.screen-lg-min :
32
37
label : screen-lg-min
33
38
mediaQuery : ' all and (min-width: 1200px)'
34
- weight : 1
39
+ weight : 6
35
40
multipliers :
36
41
- 1x
42
+ - 2x
You can’t perform that action at this time.
0 commit comments