Added !default to $img-border

This commit is contained in:
Vincent Ollivier 2013-05-23 21:43:18 +02:00
parent e83dfccc4f
commit 6d3eb3fed6

View File

@ -1,5 +1,5 @@
$noise-bg: image-url('noise.png') top left !default;
$img-border: inline-image('dotted-border.png');
$img-border: inline-image('dotted-border.png') !default;
// Main Link Colors
$link-color: lighten(#165b94, 3) !default;