From: Brett Mason Date: Fri, 13 Jan 2017 15:48:48 +0000 (+0000) Subject: Better error reporting X-Git-Tag: 6.3.1~31^2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7e430472b28dea9de9d50df13cb7f8e22ef47a;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Better error reporting --- diff --git a/scss/util/_typography.scss b/scss/util/_typography.scss index 10bd356c4..3cb451e58 100644 --- a/scss/util/_typography.scss +++ b/scss/util/_typography.scss @@ -25,10 +25,10 @@ $-zf-font-stack: ( @return map-get($map, $stack); } @else { - @error 'Font stack $key is not available in $map'; + @error 'Font stack `#{$stack}` is not available in `#{$map}`'; } } @else { - @error '$map is not a map'; + @error '`#{$map}` is not a valid map'; } }