From c957cf142ab436d6491f40b544f376082a732d13 Mon Sep 17 00:00:00 2001 From: Josh Adams Date: Sun, 10 Mar 2013 21:58:10 -0500 Subject: [PATCH] Typo in docs for breadcrumbs alert boxes -> breadcrumbs, typo. --- docs/components/breadcrumbs.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.47.3