Make $image_path overridable (closes #1767)

I f this variable is not marked as !default one cannot override this when the mdl framework is used only partially as sass import in case one wants to use different image  path settings.
master
Andreas Sahle 2015-10-18 13:10:59 +02:00 committed by Surma
parent 59775d2242
commit 5c3f6f3a72
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ $performance_font: 'Helvetica', 'Arial', sans-serif !default;
@import "functions";
/* ========== IMAGES ========== */
$image_path: '/images';
$image_path: '/images' !default;
/* ========== Color & Themes ========== */