Created
April 18, 2012 01:37
-
-
Save darren131/2410433 to your computer and use it in GitHub Desktop.
Sprite LESS Snippet. Someone else has probably done this already, but I thought I'd share it nevertheless.
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
@spritePath: '../images/sprite.png'; | |
.sprite(@url: @spritePath, @xpos: 0, @ypos: 0) { | |
background-image: url(@url); | |
background-repeat: none; | |
background-position: @xpos @ypos; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment