-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add viewport addon to cra-kitchen-sink example
- Loading branch information
1 parent
57d156f
commit 378525b
Showing
4 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"iphone5": { | ||
"name": "[Custom] iPhone 5", | ||
"styles": { | ||
"width": "320px", | ||
"height": "568px" | ||
} | ||
}, | ||
"iphone6": { | ||
"name": "[Custom] iPhone 6", | ||
"styles": { | ||
"width": "375px", | ||
"height": "667px" | ||
} | ||
}, | ||
"iphone6p": { | ||
"name": "[Custom] iPhone 6 Plus", | ||
"styles": { | ||
"width": "414px", | ||
"height": "736px" | ||
} | ||
}, | ||
"ipad": { | ||
"name": "[Custom] iPad", | ||
"styles": { | ||
"width": "768px", | ||
"height": "1024px" | ||
} | ||
}, | ||
"galaxys5": { | ||
"name": "[Custom] Galaxy S5", | ||
"styles": { | ||
"width": "360px", | ||
"height": "640px" | ||
} | ||
}, | ||
"nexus5x": { | ||
"name": "[Custom] Nexus 5X", | ||
"styles": { | ||
"width": "412px", | ||
"height": "660px" | ||
} | ||
}, | ||
"nexus6p": { | ||
"name": "[Custom] Nexus 6P", | ||
"styles": { | ||
"width": "412px", | ||
"height": "732px" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters