Added !default to noise-bg

This lets us override the noise.png background image in the custom SCSS
files if we choose.
This commit is contained in:
Tim Gray 2011-12-12 11:14:15 -05:00
parent b51071372b
commit 78fd9f48f9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$noise-bg: image-url('noise.png') top left;
$noise-bg: image-url('noise.png') top left !default;
$img-border: inline-image('dotted-border.png');
// Main Link Colors