Created
June 25, 2012 09:26
-
-
Save yamitake/2987611 to your computer and use it in GitHub Desktop.
less border-images mixin
This file contains hidden or 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
| .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