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:
parent
b51071372b
commit
78fd9f48f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user