Skip to content

Instantly share code, notes, and snippets.

@wingsline
Created October 5, 2012 00:19
Show Gist options
  • Save wingsline/3837293 to your computer and use it in GitHub Desktop.
Save wingsline/3837293 to your computer and use it in GitHub Desktop.
LESS: background-size mixin
.background-size (...) {
background-size:@arguments;
-webkit-background-size: @arguments;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment