Skip to content

Commit

Permalink
docs folder update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan503 committed Jul 5, 2018
1 parent a6544bd commit 4ae13f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/assets/scripts/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/scripts/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h3 id="the-problem">The problem</h3>
<p>Unfortunately IE11 still holds a fairly significant market share and it doesn&#39;t support the modern implementation of CSS Grid. It can be difficult to get people on board with the idea of allowing IE to look different to modern browsers. That is especially the case if the site you are building is an intranet with a 90% IE user base.</p>
<p><a href="https://github.com/postcss/autoprefixer">Autoprefixer</a> is able to help out a lot in terms of getting IE11&#39;s version of CSS Grid to behave almost like modern browsers do. Unfortunately we are still stuck with IE11 not supporting CSS Grid auto-placement. That is a major pain point for this industry and Gutter Grid sets out to fix that.</p>
<h3 id="the-solution">The solution</h3>
<p>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 <code>grid-gap</code> 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.</p>
<p>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 <code>grid-gap</code> 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.</p>
<p>Even though Gutter Grid is powered by flexbox, it features a legacy mode that, when enabled, adds <code>display:table</code>, <code>float:left</code> and <code>display:inline-block</code> 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!</p>
<p>Here is an example. Have you ever had to do a layout that looked something like this in a design?</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/00-home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h3 id="the-problem">The problem</h3>
<p>Unfortunately IE11 still holds a fairly significant market share and it doesn&#39;t support the modern implementation of CSS Grid. It can be difficult to get people on board with the idea of allowing IE to look different to modern browsers. That is especially the case if the site you are building is an intranet with a 90% IE user base.</p>
<p><a href="https://github.com/postcss/autoprefixer">Autoprefixer</a> is able to help out a lot in terms of getting IE11&#39;s version of CSS Grid to behave almost like modern browsers do. Unfortunately we are still stuck with IE11 not supporting CSS Grid auto-placement. That is a major pain point for this industry and Gutter Grid sets out to fix that.</p>
<h3 id="the-solution">The solution</h3>
<p>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 <code>grid-gap</code> 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.</p>
<p>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 <code>grid-gap</code> 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.</p>
<p>Even though Gutter Grid is powered by flexbox, it features a legacy mode that, when enabled, adds <code>display:table</code>, <code>float:left</code> and <code>display:inline-block</code> 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!</p>
<p>Here is an example. Have you ever had to do a layout that looked something like this in a design?</p>

Expand Down

0 comments on commit 4ae13f6

Please sign in to comment.