From: Jakob Hilden Date: Thu, 28 Nov 2013 12:02:00 +0000 (+0100) Subject: Include `type` component when `@import`ing all the foundation SCSS components X-Git-Tag: 5.0.3~95^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F3744%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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` --- 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";