Created
November 7, 2012 04:07
-
-
Save anthonyshort/4029518 to your computer and use it in GitHub Desktop.
Path Functions
This file contains 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
@function icon-url($path) { | |
@return url("../../assets/icons/#{$path}"); | |
} | |
@function bg-url($path) { | |
@return url("../../assets/bg/#{$path}"); | |
} | |
@function asset-url($path) { | |
@return url("../../assets/#{$path}"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment