From 0147be0bcfa37fcad3de662fc7c7457101cfc913 Mon Sep 17 00:00:00 2001 From: Adam Krebs Date: Fri, 13 Sep 2013 02:10:27 -0400 Subject: [PATCH] type-utils doesn't exist in /foundation, remove the include Foundation 4 also doesn't have an import for type-utils. --- stylus/foundation.styl | 2 -- 1 file changed, 2 deletions(-) diff --git a/stylus/foundation.styl b/stylus/foundation.styl index 941c58bb9f..61a9dc5a25 100644 --- a/stylus/foundation.styl +++ b/stylus/foundation.styl @@ -1,8 +1,6 @@ // Make sure the charset is set appropriately @charset "UTF-8"; -@import "type-utils"; - // This includes all of the foundation global elements that are needed to work with any of the other files. @import "foundation/variables";