-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,23 +181,23 @@ The folks at [jsDelivr](https://www.jsdelivr.com) host the compressed Foundation | |
|
||
```html | ||
<!-- Compressed CSS --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/foundation.min.css" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/foundation.min.css" crossorigin="anonymous"> | ||
|
||
<!-- Compressed JavaScript --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/foundation.min.js" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/foundation.min.js" crossorigin="anonymous"></script> | ||
``` | ||
|
||
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). | ||
|
||
```html | ||
<!-- foundation-float.min.css: Compressed CSS with legacy Float Grid --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/foundation-float.min.css" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/foundation-float.min.css" crossorigin="anonymous"> | ||
|
||
<!-- foundation-prototype.min.css: Compressed CSS with prototyping classes --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/foundation-prototype.min.css" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/foundation-prototype.min.css" crossorigin="anonymous"> | ||
|
||
<!-- foundation-rtl.min.css: Compressed CSS with right-to-left reading direction --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/foundation-rtl.min.css" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/foundation-rtl.min.css" crossorigin="anonymous"> | ||
``` | ||
|
||
<div class="text-center"> | ||
|