## Enabling Flexbox Mode
-If you're using the CSS version of Foundation, you can generate a <a href="https://download.get.foundation/sites/download">custom download of Foundation</a> with flexbox mode enabled. If you're using the Sass version of Foundation, you can enable flexbox mode two ways:
+Using the Sass version of Foundation, you can enable flexbox mode two ways:
If you use the `foundation-everything()` mixin in your main Sass file, pass in the parameter `true` to enable flexbox mode.
If you aren't into Sass, we have a starter template with compiled CSS and JavaScript, as well as a starting `index.html` file for you to hack on. Just unzip and get coding!
</p>
<p class="text-center">
- <a href="https://download.get.foundation/sites/download" class="button">Download Foundation</a>
+ <a href="https://static.download.foundation/sites-css-latest" class="button">Download Foundation</a>
</p>
</div>
</div>
</p>
</div>
-If you're using the CSS version of Foundation, you can generate a <a href="https://download.get.foundation/sites/download">custom download of Foundation</a> with prototype mode enabled. If you're using the Sass version of Foundation, you can enable prototype mode in two ways:
+Using the Sass version of Foundation, you can enable prototype mode in two ways:
If you use the `foundation-everything()` mixin in your main Sass file, just pass in `$prototype: true` to enable the prototype mode.
## CSS Download
-If you use a CSS version of Foundation (the ones you can find on the [download page](https://download.get.foundation/sites/download)), you'll need to create a custom download that includes RTL CSS instead of LTR. Just select "Right-to-left" under the Text Direction section of the customizer.
+If you use a CSS version of Foundation, you'll need to create a custom download that includes RTL CSS instead of LTR. Just select "Right-to-left" under the Text Direction section of the customizer.
---