From c521ca1d92781797c7364360e2b10cbdbb4150d6 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 18 Aug 2017 13:53:42 -0400 Subject: [PATCH] Recommend flexgrid2 --- docs/grid-system.html | 3 ++- source/docs/grid-system.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/grid-system.html b/docs/grid-system.html index d9449efb0..c76ee8c6e 100644 --- a/docs/grid-system.html +++ b/docs/grid-system.html @@ -74,7 +74,8 @@ }

For Older Browsers

-

Support for CSS Grid Layouts is decent, but if you have an obligation to support Internet Explorer or Edge < 16, consider using the Flexbox Grid in combination with Shoelace.

+

Support for CSS Grid Layouts is decent, but if you have an obligation to support Internet Explorer or Edge < 16, consider using the Flexbox Grid 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.

diff --git a/source/docs/grid-system.md b/source/docs/grid-system.md index 5ae433266..682b93a70 100644 --- a/source/docs/grid-system.md +++ b/source/docs/grid-system.md @@ -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.