debugged bg-img-variations against dist, noted that the current dist had duplicate calls to the same mixin (fixed in the less file now)

This commit is contained in:
Kevin Ross 2015-11-04 17:24:27 -06:00
parent d0e45787a0
commit 94cfe45c3a

View File

@ -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);
}