diff --git a/docs/grid-system.html b/docs/grid-system.html index 1caba6a16..24f260a43 100644 --- a/docs/grid-system.html +++ b/docs/grid-system.html @@ -73,7 +73,8 @@ } } -
Support for CSS Grid Layouts is very good, but if you have an obligation to support older browsers, consider using the Bootstrap grid without any extras 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.
diff --git a/source/docs/grid-system.md b/source/docs/grid-system.md index 459671a3f..5ae433266 100644 --- a/source/docs/grid-system.md +++ b/source/docs/grid-system.md @@ -41,4 +41,6 @@ You can use media queries to make grids responsive. This is how we make the nav } ``` -Support for CSS Grid Layouts is [very good](http://caniuse.com/css-grid), but if you have an obligation to support older browsers, consider using the Bootstrap grid [without any extras](https://github.com/zirafa/bootstrap-grid-only) in combination with Shoelace. +### 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.