docs/sass.html.erb in zurb-foundation-4.1.5 vs docs/sass.html.erb in zurb-foundation-4.1.6
- old
+ new
@@ -30,13 +30,14 @@
<br>
<hr>
<a name="create-compass"></a>
<h2>Creating your first project</h2>
- <h5 class="subheader">Compass makes it really easy to start a new project. Since you've installed the Foundation gem by now, you now have Compass, Sass and a few other necessary dependencies available at your fingertips.</h5>
+ <h5 class="subheader">Compass makes it really easy to start a new project. Since you've installed the Foundation gem by now, you just need to install Compass to get going.</h5>
<p>Follow these two steps to get going:</p>
<ol style="margin-left: 20px;">
+ <li><span class="keystroke">[sudo] gem install compass</span></li>
<li><span class="keystroke">cd path/to/where-you-want-your-project</span></li>
<li>run <span class="keystroke">compass create <project-name> -r zurb-foundation --using foundation</span></li>
</ol>
<hr>
@@ -265,9 +266,10 @@
// $include-print-styles: true;
// $include-html-grid-classes: $include-html-classes;
// $include-html-visibility-classes: $include-html-classes;
// $include-html-button-classes: $include-html-classes;
// $include-html-form-classes: $include-html-classes;
+// $include-html-custom-form-classes: $include-html-classes;
// $include-html-media-classes: $include-html-classes;
// $include-html-section-classes: $include-html-classes;
// $include-html-reveal-classes: $include-html-classes;
// $include-html-alert-classes: $include-html-classes;
// $include-html-nav-classes: $include-html-classes;