Browse code

Added !default to noise-bg

This lets us override the noise.png background image in the custom SCSS
files if we choose.

Tim Gray authored on 12/12/2011 at 16:14:15
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-$noise-bg: image-url('noise.png') top left;
1
+$noise-bg: image-url('noise.png') top left !default;
2 2
 $img-border: inline-image('dotted-border.png');
3 3
 
4 4
 // Main Link Colors