From: Joe Workman Date: Thu, 26 Aug 2021 19:05:28 +0000 (-0700) Subject: docs: fix download links X-Git-Tag: v6.7.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a75cf84c470fa46ff564f7bc77c3e1d8cedc65;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: fix download links close #12189 --- diff --git a/docs/pages/flexbox-mode.md b/docs/pages/flexbox-mode.md index 6c89ef17c..e4d687f46 100644 --- a/docs/pages/flexbox-mode.md +++ b/docs/pages/flexbox-mode.md @@ -25,7 +25,7 @@ Flexbox mode is only supported in these browsers: ## Enabling Flexbox Mode -If you're using the CSS version of Foundation, you can generate a custom download of Foundation 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. diff --git a/docs/pages/installation.md b/docs/pages/installation.md index acda6844f..d14a23ece 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -226,7 +226,7 @@ After you selected "Foundation for Sites", Foundation CLI will ask you which tem 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!

- Download Foundation + Download Foundation

diff --git a/docs/pages/prototyping-utilities.md b/docs/pages/prototyping-utilities.md index c0d520d6d..638392ccc 100644 --- a/docs/pages/prototyping-utilities.md +++ b/docs/pages/prototyping-utilities.md @@ -34,7 +34,7 @@ Not all projects require Prototyping Utilities and adding utility classes like t

-If you're using the CSS version of Foundation, you can generate a custom download of Foundation 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. diff --git a/docs/pages/rtl.md b/docs/pages/rtl.md index 69cfe3c0a..09769700b 100644 --- a/docs/pages/rtl.md +++ b/docs/pages/rtl.md @@ -29,7 +29,7 @@ View of a [full list of language codes](https://www.loc.gov/standards/iso639-2/p ## 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. ---