From: Josh Adams Date: Mon, 11 Mar 2013 02:58:10 +0000 (-0500) Subject: Typo in docs for breadcrumbs X-Git-Tag: v4.0.8~33^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1826%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Typo in docs for breadcrumbs alert boxes -> breadcrumbs, typo. --- diff --git a/docs/components/breadcrumbs.html.erb b/docs/components/breadcrumbs.html.erb index d61c7bdf7..0a483da67 100644 --- a/docs/components/breadcrumbs.html.erb +++ b/docs/components/breadcrumbs.html.erb @@ -38,7 +38,7 @@

Build with Mixins

-

We've included SCSS mixins used to style alert boxes. To use these mixins, you'll need to have the extension installed or grab _foundation-global.scss, _global.scss and _breadcrumbs.scss from Github and throw them into a Foundation folder in your project directory. From there, you can import the files at the top of your own SCSS stylesheet, like so:

+

We've included SCSS mixins used to style breadcrumbs. To use these mixins, you'll need to have the extension installed or grab _foundation-global.scss, _global.scss and _breadcrumbs.scss from Github and throw them into a Foundation folder in your project directory. From there, you can import the files at the top of your own SCSS stylesheet, like so:

<%= code_example ' @import "foundation/foundation-global", "foundation/breadcrumbs";