From cbc8774a3d6776fdedf6f3c1913a132a7fe7098f Mon Sep 17 00:00:00 2001 From: Rafi Date: Thu, 30 Oct 2014 14:48:49 -0700 Subject: [PATCH] Revert "Fix incorrect import path" --- 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 f7553a4aa..753816e28 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -55,7 +55,7 @@ // $rem-base: 16px; // Allows the use of rem-calc() or lower-bound() in your settings -@import "functions"; +@import "foundation/functions"; // The default font-size is set to 100% of the browser style sheet (usually 16px) // for compatibility with browser-based text zoom or user-set defaults. -- 2.47.2