Skip to content

Commit 6c805e2

Browse files
authored
Merge pull request #72 from srigaux/master
Add iPhoneX and non-rectangular screens support.
2 parents b0ba1b1 + a8c3af5 commit 6c805e2

File tree

10 files changed

+1262
-947
lines changed

10 files changed

+1262
-947
lines changed

Gruntfile.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function (grunt) {
55
sass: {
66
dist: {
77
files: {
8-
'dist/device-mockups.css': 'src/less/device-mockups.scss'
8+
'dist/device-mockups.css': 'src/scss/device-mockups.scss'
99
}
1010
}
1111
},
@@ -29,8 +29,6 @@ module.exports = function (grunt) {
2929
}
3030
}
3131
});
32-
33-
grunt.loadNpmTasks('grunt-contrib-less');
3432
grunt.loadNpmTasks('grunt-contrib-cssmin');
3533
grunt.loadNpmTasks('grunt-banner');
3634
grunt.loadNpmTasks('grunt-sass');

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Devices
5959
| iPhone 7 Hand | iPhone7Hand | portrait | black |
6060
| iPhone 7 Hand 2 | iPhone7Hand_2 | portrait | black |
6161
| iPhone 7 | iPhone7 | portrait, landscape | black, white, gold, pink, red |
62+
| iPhone X | iPhoneX | portrait, landscape | black |
6263
| Lumia 930 | Lumia930 | portrait, landscape | black, white |
6364
| Macbook | Macbook | portrait | black, white, gold |
6465
| Macbook 2015 | Macbook2015 | portrait | black, white, gold |
129 KB
Loading
98 KB
Loading

0 commit comments

Comments
 (0)