]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Typo in docs for breadcrumbs 1826/head
authorJosh Adams <josh@isotope11.com>
Mon, 11 Mar 2013 02:58:10 +0000 (21:58 -0500)
committerJosh Adams <josh@isotope11.com>
Mon, 11 Mar 2013 02:58:10 +0000 (21:58 -0500)
alert boxes -> breadcrumbs, typo.

docs/components/breadcrumbs.html.erb

index d61c7bdf7c6ff8a1c5c66d069fbb58da31e99bab..0a483da67a76790ff002b37a9b747f0282fea8f0 100644 (file)
@@ -38,7 +38,7 @@
         <hr>
 
         <h3>Build with Mixins</h3>
-        <p>We've included SCSS mixins used to style alert boxes. To use these mixins, you'll need to have the <a href="../sass.html">extension installed</a> or grab <a href="https://github.com/zurb/foundation/blob/master/scss/foundation/_foundation-global.scss">_foundation-global.scss</a>, <a href="https://github.com/zurb/foundation/blob/master/scss/foundation/components/_global.scss">_global.scss</a> and <a href="https://github.com/zurb/foundation/blob/master/scss/foundation/components/_breadcrumbs.scss">_breadcrumbs.scss</a> 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:</p>
+        <p>We've included SCSS mixins used to style breadcrumbs. To use these mixins, you'll need to have the <a href="../sass.html">extension installed</a> or grab <a href="https://github.com/zurb/foundation/blob/master/scss/foundation/_foundation-global.scss">_foundation-global.scss</a>, <a href="https://github.com/zurb/foundation/blob/master/scss/foundation/components/_global.scss">_global.scss</a> and <a href="https://github.com/zurb/foundation/blob/master/scss/foundation/components/_breadcrumbs.scss">_breadcrumbs.scss</a> 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:</p>
 
 <%= code_example '
 @import "foundation/foundation-global", "foundation/breadcrumbs";