From 01ba73d0de1d442b5972ac2d41bb2bc1b18ab9d5 Mon Sep 17 00:00:00 2001 From: Ben Brooks Date: Fri, 20 Dec 2013 23:38:01 -0800 Subject: [PATCH] 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'. --- scss/foundation/_settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2