Skip to content

Instantly share code, notes, and snippets.

@anthonyshort
Created November 7, 2012 04:07
Show Gist options
  • Save anthonyshort/4029518 to your computer and use it in GitHub Desktop.
Save anthonyshort/4029518 to your computer and use it in GitHub Desktop.
Path Functions
@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