From: Ben Brooks Date: Sat, 21 Dec 2013 07:38:01 +0000 (-0800) Subject: Indicate import needed for 'lower-bound' function X-Git-Tag: 5.0.3~51^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3958%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Indicate import needed for 'lower-bound' function In order to redefine the default media query ranges in _settings.scss, you need to import "foundation/functions" so that the function 'lower-bound' is defined. The current comment implies you only need it for the function 'rem-calc'. --- diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index 0b91a50c7..b3eb688b7 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -5,7 +5,7 @@ // This is the default html and body font-size for the base rem value. // $rem-base: 16px; -// Uncomment to use rem-calc() in your settings +// Uncomment to use rem-calc() or lower-bound() in your settings @import "foundation/functions"; // $experimental: true;