Skip to content

Instantly share code, notes, and snippets.

@quoidautre
Created March 25, 2012 09:37
Show Gist options
  • Save quoidautre/2192579 to your computer and use it in GitHub Desktop.
Save quoidautre/2192579 to your computer and use it in GitHub Desktop.
LESSCSS: background with LessCss
.backgrounds(@img,@w,@h,@t,@c,@repeat:no-repeat,@color:transparent, @folder:images) {
background : @color url("../@{folder}/@{img}") @t @c @repeat;
width : @w;
height : @h;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment