]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Indicate import needed for 'lower-bound' function 3958/head
authorBen Brooks <ben@benbrooks.net>
Sat, 21 Dec 2013 07:38:01 +0000 (23:38 -0800)
committerBen Brooks <ben@benbrooks.net>
Sat, 21 Dec 2013 07:38:01 +0000 (23:38 -0800)
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

index 0b91a50c76e95edf967b25fe7471c422b0a5d419..b3eb688b75b2ccf7247beef688469f677b8ae621 100644 (file)
@@ -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;