File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 3
3
"viewports" : [
4
4
{
5
5
"label" : " phone - portrait" ,
6
+ "emulateDark" : false ,
6
7
"width" : 320 ,
7
8
"height" : 480
8
9
},
9
10
{
10
11
"label" : " phone - landscape" ,
12
+ "emulateDark" : false ,
11
13
"width" : 480 ,
12
14
"height" : 320
13
15
},
14
16
{
15
17
"label" : " tablet - portrait" ,
18
+ "emulateDark" : false ,
16
19
"width" : 1024 ,
17
20
"height" : 768
18
21
},
19
22
{
20
23
"label" : " tablet - landscape" ,
24
+ "emulateDark" : false ,
21
25
"width" : 768 ,
22
26
"height" : 1024
23
27
},
24
28
{
25
29
"label" : " 13 Zoll Macbook" ,
30
+ "emulateDark" : false ,
31
+ "width" : 1440 ,
32
+ "height" : 900
33
+ },
34
+ {
35
+ "label" : " phone - portrait" ,
36
+ "emulateDark" : true ,
37
+ "width" : 320 ,
38
+ "height" : 480
39
+ },
40
+ {
41
+ "label" : " phone - landscape" ,
42
+ "emulateDark" : true ,
43
+ "width" : 480 ,
44
+ "height" : 320
45
+ },
46
+ {
47
+ "label" : " tablet - portrait" ,
48
+ "emulateDark" : true ,
49
+ "width" : 1024 ,
50
+ "height" : 768
51
+ },
52
+ {
53
+ "label" : " tablet - landscape" ,
54
+ "emulateDark" : true ,
55
+ "width" : 768 ,
56
+ "height" : 1024
57
+ },
58
+ {
59
+ "label" : " 13 Zoll Macbook" ,
60
+ "emulateDark" : true ,
26
61
"width" : 1440 ,
27
62
"height" : 900
28
63
}
You can’t perform that action at this time.
0 commit comments