</div>
</section>
</div>
- <div class="section-container tabs" data-section data-options="deep_linking: true;">
+ <div class="section-container auto" data-section data-options="deep_linking: true;">
<section class="section">
<p class="title"><a href="#panel1">Section 1</a></p>
<div class="content" data-slug="panel1">
<hr>
<h3>Using the JavaScript</h3>
- <p>You don't need ths JS to create sections with Foundation. The only reason you'll need to include <code>foundation.section.js</code> is if you want to add the ability to close an alert. You'll also need to make sure to include <code>zepto.js</code> and <code>foundation.js</code> above the sections plugin. Above your closing <code></body></code> tag include the following line of code and make sure you have the JS in your directory.</p>
+ <p>The only reason you'll need to include <code>foundation.section.js</code> is if you want to add the ability to close an alert. You'll also need to make sure to include <code>zepto.js</code> and <code>foundation.js</code> above the sections plugin. Above your closing <code></body></code> tag include the following line of code and make sure you have the JS in your directory.</p>
<p><a href="../javascript.html" title="How to install Foundation JavaScript">Read how to install Foundation JavaScript</a></p>
.section { @include section; }
}
- .section-container.tabs {
+ .section-container.tabs, .section-container.auto {
@include section-container(false, tabs);
section,