Skip to content

Instantly share code, notes, and snippets.

@oliverbenns
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliverbenns/cf7e171f0ced1437dec5 to your computer and use it in GitHub Desktop.
Save oliverbenns/cf7e171f0ced1437dec5 to your computer and use it in GitHub Desktop.
Stylus Mixin For Background Cover
background-size(arguments)
-webkit-background-size arguments
-moz-background-size arguments
-o-background-size arguments
background-size arguments
if arguments[0] == cover
-ms-behavior url('/assets/polyfill/backgroundsize.min.htc') //- https://github.com/louisremi/background-size-polyfill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment