docs/components/breadcrumbs.html.erb in zurb-foundation-4.0.0.rc1 vs docs/components/breadcrumbs.html.erb in zurb-foundation-4.0.0
- old
+ new
@@ -1,5 +1,7 @@
+<% @side_nav = "nav" %>
+
<div class="row">
<div class="large-9 push-3 columns">
<% @page_title = "Breadcrumbs" %>
<div class="row">
@@ -29,15 +31,15 @@
<li><a href="#">Features</a></li>
<li class="unavailable"><a href="#">Gene Splicing</a></li>
<li class="current"><a href="#">Cloning</a></li>
</ul>', :html %>
- <p>For these styles to come across, make sure you have the <strong>default Foundation CSS package</strong> or that you've selected <strong>breadcrumbs from a custom package</strong>. These should be linked up following our default <a href="#getting-started">HTML page structure</a>.</p>
+ <p>For these styles to come across, make sure you have the <strong>default Foundation CSS package</strong> or that you've selected <strong>breadcrumbs from a custom package</strong>. These should be linked up following our default <a href="../index.html">HTML page structure</a>.</p>
<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="#extention-install">extension installed</a> or grab <a href="#">_foundation-global.scss</a> and <a href="#">_alerts.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 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> 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";
', :css %>