Recommend flexgrid2

This commit is contained in:
Cory LaViska
2017-08-18 13:53:42 -04:00
parent e2d5d152b7
commit c521ca1d92
2 changed files with 5 additions and 2 deletions

View File

@@ -74,7 +74,8 @@
}
</code></pre>
<h3 id="for-older-browsers">For Older Browsers</h3>
<p>Support for CSS Grid Layouts is <a href="http://caniuse.com/css-grid">decent</a>, but if you have an obligation to support Internet Explorer or Edge &lt; 16, consider using the <a href="http://flexboxgrid.com/">Flexbox Grid</a> in combination with Shoelace.</p>
<p>Support for CSS Grid Layouts is <a href="http://caniuse.com/css-grid">decent</a>, but if you have an obligation to support Internet Explorer or Edge &lt; 16, consider using the <a href="https://evgenyrodionov.github.io/flexboxgrid2/">Flexbox Grid</a> in combination with Shoelace.</p>
<p>You can use it as-is or include the source files and customize it with CSS variables in your build process.</p>
</div>
</main>

View File

@@ -43,4 +43,6 @@ You can use media queries to make grids responsive. This is how we make the nav
### For Older Browsers
Support for CSS Grid Layouts is [decent](http://caniuse.com/css-grid), but if you have an obligation to support Internet Explorer or Edge < 16, consider using the [Flexbox Grid](http://flexboxgrid.com/) in combination with Shoelace.
Support for CSS Grid Layouts is [decent](http://caniuse.com/css-grid), but if you have an obligation to support Internet Explorer or Edge < 16, consider using the [Flexbox Grid](https://evgenyrodionov.github.io/flexboxgrid2/) in combination with Shoelace.
You can use it as-is or include the source files and customize it with CSS variables in your build process.