View styles.scss
@mixin vh($heightPercentage) { | |
/** | |
* VH and VW units can cause issues on iOS devices: http://caniuse.com/#feat=viewport-units | |
* | |
* To overcome this, create media queries that target the width, height, and orientation of iOS devices. | |
* It isn't optimal, but there is really no other way to solve the problem. | |
* | |
* iOS Resolution Quick Reference: http://www.iosres.com/ | |
* | |
* Original gist at from here: https://gist.github.com/pburtchaell/e702f441ba9b3f76f587 |