From: Kevin Ball Date: Wed, 4 Oct 2017 15:28:58 +0000 (-0700) Subject: Fix testing problem with lack of util import X-Git-Tag: v6.4.4-rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31a199666b13daacf317f1b96e098015e7615626;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix testing problem with lack of util import --- diff --git a/scss/_global.scss b/scss/_global.scss index 3ce6519bb..c7fbbc221 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -8,6 +8,8 @@ /// @group global //// +@import 'util/util'; + /// Font size attribute applied to `` and ``. We use 100% by default so the value is inherited from the user's browser settings. /// @type Number $global-font-size: 100% !default;