Merge pull request #1267 from vinc/feature-default
Added !default to $img-border
This commit is contained in:
commit
2292fc03d6
@ -1,5 +1,5 @@
|
|||||||
$noise-bg: image-url('noise.png') top left !default;
|
$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
|
// Main Link Colors
|
||||||
$link-color: lighten(#165b94, 3) !default;
|
$link-color: lighten(#165b94, 3) !default;
|
||||||
|
Loading…
Reference in New Issue
Block a user