Reverted /img back to /images, fixed urls in sass (fixes #8)

This commit is contained in:
Seth 2017-03-14 17:06:39 -04:00
parent 7c3437044a
commit 62103c306f
15 changed files with 1128 additions and 1571 deletions

View file

@ -14,7 +14,7 @@
&:before {
@include vendor('pointer-events', 'none');
background-image: url('../../images/overlay.png');
background-image: url('/images/overlay.png');
background-color: _palette(bg-overlay);
border-radius: _size(border-radius);
content: '';
@ -84,4 +84,4 @@
margin: (_size(element-margin) * 0.75) 0;
}
}
}
}