]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Include `type` component when `@import`ing all the foundation SCSS components 3744/head
authorJakob Hilden <jakobhilden@gmail.com>
Thu, 28 Nov 2013 12:02:00 +0000 (13:02 +0100)
committerJakob Hilden <jakobhilden@gmail.com>
Thu, 28 Nov 2013 12:02:00 +0000 (13:02 +0100)
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

index bf9f58f0354214b1a08de75c27cc291afed9604d..e7bc6940fb11b77dc26fde36d5ce09a322e19559 100644 (file)
@@ -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";