Skip to content

Commit

Permalink
Updating the image path in variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleynolan committed May 19, 2015
1 parent e47c5e3 commit b93cb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/scss/_variables.scss
Expand Up @@ -73,7 +73,7 @@ $bp-rwd-text : $bp-mid; // Reduce text size below this width
/**
* Path vars
*/
$img-path : "/assets/dist/img"; // Usage: background: url('#{$img-path}/img.jpg') 0 0 no-repeat;
$img-path : "/assets/img"; // Usage: background: url('#{$img-path}/img.jpg') 0 0 no-repeat;


/**
Expand Down

0 comments on commit b93cb4d

Please sign in to comment.