Skip to content

Commit

Permalink
Some quick tweaks on the new docs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kball committed Jun 1, 2017
1 parent 45982fa commit 9746cbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/pages/prototyping-utilities.md
Expand Up @@ -114,7 +114,7 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen

<div class="docs-code-live">
<div class="row">
<div class="small-4 columns">
<div class="medium-4 columns">
<div class="radius bordered shadow card">
<img src="assets/img/generic/rectangle-1.jpg">
<div class="card-divider">
Expand All @@ -126,7 +126,7 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen
</div>
</div>
</div>
<div class="small-4 columns">
<div class="medium-4 columns">
<div class="radius bordered shadow card">
<img src="assets/img/generic/rectangle-1.jpg">
<div class="card-divider">
Expand All @@ -138,7 +138,7 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen
</div>
</div>
</div>
<div class="small-4 columns">
<div class="medium-4 columns">
<div class="radius bordered shadow card">
<img src="assets/img/generic/rectangle-1.jpg">
<div class="card-divider">
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/xy-grid.md
Expand Up @@ -6,19 +6,19 @@ sass: scss/xy-grid/_xy-grid.scss

## XY Grid Basics

The XY grid works very similarly to the standard float grid, but includes a number of useful features only possible with flexbox, like horizontal and vertical alignment, automatic sizing and a full vertical grid.
The XY grid works very similarly to the standard float grid, but includes a number of useful features only possible with Flexbox, like horizontal and vertical alignment, automatic sizing and a full vertical grid.

---

## Browser support

The XY grid is only supported in Chrome, Firefox, Safari 6+, IE10+, iOS 7+, and Android 4.4+. Flexbox is supported in Android 2, but not reliably enough for use with this grid. ([View flexbox browser support.](http://caniuse.com/#feat=flexbox)) We recommend only using the flex grid on projects that can live with purely cutting-edge browser support.
The XY grid is supported in Chrome, Firefox, Safari 6+, IE10+, iOS 7+, and Android 4.4+. Flexbox is supported in Android 2, but not reliably enough for use with this grid. ([View Flexbox browser support.](http://caniuse.com/#feat=flexbox)) We recommend only using the XY grid on projects that can live with purely cutting-edge browser support.

---

## Importing

If you're using the CSS version of Foundation, you can generate a <a href="https://foundation.zurb.com/sites/download">custom download of Foundation</a> with flexbox mode enabled.
If you're using the CSS version of Foundation, you can generate a <a href="https://foundation.zurb.com/sites/download">custom download of Foundation</a> with Flexbox mode enabled.

```scss
@import 'foundation';
Expand Down

0 comments on commit 9746cbf

Please sign in to comment.