]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix testing problem with lack of util import
authorKevin Ball <kmball11@gmail.com>
Wed, 4 Oct 2017 15:28:58 +0000 (08:28 -0700)
committerKevin Ball <kmball11@gmail.com>
Wed, 4 Oct 2017 15:28:58 +0000 (08:28 -0700)
scss/_global.scss

index 3ce6519bb20c302de7d9c02ac56d00aa17feb186..c7fbbc221f07c09f5ca5183232767cb2de24811b 100644 (file)
@@ -8,6 +8,8 @@
 /// @group global
 ////
 
+@import 'util/util';
+
 /// Font size attribute applied to `<html>` and `<body>`. We use 100% by default so the value is inherited from the user's browser settings.
 /// @type Number
 $global-font-size: 100% !default;