From 77ee32ce0366f0d42e3b1e550aa0eb26e75f5955 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Wed, 4 Nov 2015 17:24:27 -0600 Subject: [PATCH] debugged bg-img-variations against dist, noted that the current dist had duplicate calls to the same mixin (fixed in the less file now) --- sass/_mixins-shared.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/_mixins-shared.scss b/sass/_mixins-shared.scss index 106f7996..2a931422 100644 --- a/sass/_mixins-shared.scss +++ b/sass/_mixins-shared.scss @@ -100,6 +100,7 @@ @mixin bg-img-variations-content($args){ $material-color: map-get($args, material-color); + //@debug "bg-img-variations-content called for #{map-get($args, extra)} #{map-get($args, default)} #{map-get($args, material-color-name)} #{map-get($args, material-color)}"; //#{inspect($args)}"; background-image: linear-gradient($material-color, $material-color), linear-gradient($input-underline-color, $input-underline-color); }