From b81fc91705309ea06b739b6b657671c616050a6c Mon Sep 17 00:00:00 2001 From: Jakob Hilden Date: Thu, 28 Nov 2013 13:02:00 +0100 Subject: [PATCH] Include `type` component when `@import`ing all the foundation SCSS components This is very usefull if you pick and choose the components based on this list. Since `type` is not part of this list if would only be pulled in as a dependency of `offcanvas` --- scss/foundation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/foundation.scss b/scss/foundation.scss index bf9f58f03..e7bc6940f 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -33,6 +33,7 @@ "foundation/components/tables", "foundation/components/tabs", "foundation/components/thumbs", + "foundation/components/type", "foundation/components/tooltips", "foundation/components/offcanvas", "foundation/components/visibility"; -- 2.47.2