Resolving SCSS asset issues (SCSS could really do with some cleanup)

This commit is contained in:
2018-10-22 17:23:49 +11:00
parent 776395520d
commit f8e76e72c0
3 changed files with 4 additions and 4 deletions

View File

@ -62,11 +62,11 @@ $c-hamburger-menu--pos-y: 0%;
}
&--home {
background-image: url('./../images/patterns/game-show.svg');
background-image: url($s-asset--directory+'images/patterns/game-show.svg');
}
&--contact {
background-image: url('./../images/patterns/lemon-triangle.svg');
background-image: url($s-asset--directory+'images/patterns/lemon-triangle.svg');
}
&:hover:before {