You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/pages/flexbox-mode.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Flexbox mode is only supported in these browsers:
25
25
26
26
## Enabling Flexbox Mode
27
27
28
-
If you're using the CSS version of Foundation, you can generate a <ahref="https://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:
28
+
You can enable flexbox mode two ways:
29
29
30
30
If you use the `foundation-everything()` mixin in your main Sass file, pass in the parameter `true` to enable flexbox mode.
Copy file name to clipboardexpand all lines: docs/pages/installation.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ After you selected "Foundation for Sites", Foundation CLI will ask you which tem
205
205
<li>Install the <a href="https://github.com/felixrieseberg/windows-build-tools">windows-build-tools</a> (recommended) and make python afterwards accessible via <code>npm config set python "%USERPROFILE%\.windows-build-tools\python27\python.exe"</code></li>
206
206
<li>Install <a href="https://www.python.org/downloads/">python</a> (not recommended) and add it to your system environment variables</li>
207
207
</ol>
208
-
208
+
209
209
<p>The first way is recommended if you've not installed python v2.7 yet as it doesn't affect your machine outside the node environment. In case you've already installed python v2.7 you may of course skip both ways and start using foundationc-cli immediately.</p>
210
210
</div>
211
211
@@ -226,7 +226,7 @@ After you selected "Foundation for Sites", Foundation CLI will ask you which tem
226
226
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!
From Foundation 6.4, flex is enabled by default and **only the new XY Grid is available**. However, others CSS versions are available for backward compatibility and the most common usage cases. For others uses and advanced customization, we recommand to build Foundation with custom settings (see others installation methods).
249
249
250
250
```html
251
251
<!-- foundation-float.min.css: Compressed CSS with legacy Float Grid -->
Copy file name to clipboardexpand all lines: docs/pages/prototyping-utilities.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Not all projects require Prototyping Utilities and adding utility classes like t
34
34
</p>
35
35
</div>
36
36
37
-
If you're using the CSS version of Foundation, you can generate a <ahref="https://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:
37
+
You can enable prototype mode in two ways:
38
38
39
39
If you use the `foundation-everything()` mixin in your main Sass file, just pass in `$prototype: true` to enable the prototype mode.
Copy file name to clipboardexpand all lines: docs/pages/rtl.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ View of a [full list of language codes](https://www.loc.gov/standards/iso639-2/p
31
31
32
32
## CSS Download
33
33
34
-
If you use a CSS version of Foundation (the ones you can find on the [download page](https://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.
34
+
If you use a CSS version of Foundation (the ones you can find on the [download page](http://localhost:3000/installation.html#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.
Copy file name to clipboardexpand all lines: docs/pages/tabs.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Put it all together, and we get this:
82
82
83
83
## Vertical Tabs
84
84
85
-
Add the `.vertical` class to a tabstrip to stack tabs vertically. You can also place the tabstrip and the tab contents in a grid to make them sit side-by-side.
85
+
Add the `.vertical` class to a tabstrip and tab contents to stack tabs vertically. You can also remove the `.grid-margin-x` class from the wrapping div to make them sit side-by-side.
86
86
87
87
<p>
88
88
<aclass=""data-open-video="3:46"><imgsrc="{{root}}assets/img/icons/watch-video-icon.svg"class="video-icon"height="30"width="30"alt=""> Watch this part in video</a>
@@ -94,7 +94,7 @@ Add the `.vertical` class to a tabstrip to stack tabs vertically. You can also p
0 commit comments