Skip to content

Instantly share code, notes, and snippets.

@yamitake
Created June 25, 2012 09:26
Show Gist options
  • Select an option

  • Save yamitake/2987611 to your computer and use it in GitHub Desktop.

Select an option

Save yamitake/2987611 to your computer and use it in GitHub Desktop.
less border-images mixin
.border-images(@image) {
-webkit-border-image: @image;
-moz-border-image: @image;
-ms-border-image: @image;
-o-border-image: @image;
border-image: @image;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment