diff --git a/README.md b/README.md index e1ea0e4..f12fbaa 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Unfortunately IE11 still holds a fairly significant market share and it doesn't ### The solution -Gutter Grid is a flexbox based grid system for building fully responsive grid layouts with highly customisable gutters. These gutters that are highly reminiscent of the CSS Grid `grid-gap` property. Since this grid system is powered by flexbox and not CSS Grid, it works perfectly in IE11. With Gutter Grid, IE11 essentially has access to simple auto-placement grids with gaps (albeit with a different syntax). It even comes with a default set of media queries that may save you from having to write out some custom styles for mobile devices. +Gutter Grid is a flexbox based grid system for building fully responsive grid layouts with highly customisable gutters. These gutters are highly reminiscent of the CSS `grid-gap` property. So reminiscent in fact that that Gutter Grid gutters will line up perfectly with real CSS Grid gaps! Since this grid system is powered by flexbox and not CSS Grid, it works perfectly in IE11. Through Gutter Grid, IE11 has access to simple auto-placement grids with gaps (albeit with a different syntax). It even comes with a default set of media queries that may save you from having to write out some custom styles for mobile devices. Even though Gutter Grid is powered by flexbox, it features a legacy mode that, when enabled, adds `display:table`, `float:left` and `display:inline-block` backups that legacy browsers can fall back on. This will help prevent your site from blowing up even when viewed in those decrepit old IE8 and 9 browsers! diff --git a/src/pages/00-home/_content.pug b/src/pages/00-home/_content.pug index f2858d1..ee7defa 100644 --- a/src/pages/00-home/_content.pug +++ b/src/pages/00-home/_content.pug @@ -10,7 +10,7 @@ block content ### The solution - Gutter Grid is a flexbox based grid system for building fully responsive grid layouts with highly customisable gutters. These gutters are highly reminiscent of the CSS Grid `grid-gap` property. Since this grid system is powered by flexbox and not CSS Grid, it works perfectly in IE11. With Gutter Grid, IE11 essentially has access to simple auto-placement grids with gaps (albeit with a different syntax). It even comes with a default set of media queries that may save you from having to write out some custom styles for mobile devices. + Gutter Grid is a flexbox based grid system for building fully responsive grid layouts with highly customisable gutters. These gutters are highly reminiscent of the CSS `grid-gap` property. So reminiscent in fact that that Gutter Grid gutters will line up perfectly with real CSS Grid gaps! Since this grid system is powered by flexbox and not CSS Grid, it works perfectly in IE11. Through Gutter Grid, IE11 has access to simple auto-placement grids with gaps (albeit with a different syntax). It even comes with a default set of media queries that may save you from having to write out some custom styles for mobile devices. Even though Gutter Grid is powered by flexbox, it features a legacy mode that, when enabled, adds `display:table`, `float:left` and `display:inline-block` backups that legacy browsers can fall back on. This will help prevent your site from blowing up even when viewed in those decrepit old IE8 and 9 browsers!