Last active
January 20, 2016 13:26
-
-
Save ncole458/56d58b72e37813b3c8ac to your computer and use it in GitHub Desktop.
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
/** Preload Images (plays nicely with Cordova/PhoneGap i.e. stops images 'popping' in!) **/ | |
body { | |
color: $fontColor; | |
background: url('../images/bg.jpg') no-repeat -9999px -9999px, | |
url('../images/bg1.png') no-repeat -9999px -9999px, | |
url('../images/bg2.png') no-repeat -9999px -9999px, | |
url('../images/bg3.png') no-repeat -9999px -9999px, | |
url('../images/[email protected]') no-repeat -9999px -9999px, | |
url('../images/[email protected]') no-repeat -9999px -9999px, | |
url('../images/[email protected]') no-repeat -9999px -9999px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment