build and browser support for grid

This commit is contained in:
Stefan Feješ
2018-03-03 11:15:59 +01:00
parent a41dad64a1
commit b1d4151f64
4 changed files with 18 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -760,13 +760,13 @@ in any specification.</span></p>
<h4>Browser support</h4>
<div>
<div class="snippet__browser-support">
97.8%
86.6%
</div>
</div>
<p><span class="snippet__support-note">⚠️ Needs prefixes for full support.</span></p>
<ul>
<li>
<a href="https://caniuse.com/#feat=flexbox" target="_blank">https://caniuse.com/#feat=flexbox</a>
<a href="https://caniuse.com/#feat=css-grid" target="_blank">https://caniuse.com/#feat=css-grid</a>
</li>
</ul>

View File

@ -47,6 +47,6 @@ Horizontally and vertically centers a child element within a parent element usin
<span class="snippet__support-note">⚠️ Needs prefixes for full support.</span>
* https://caniuse.com/#feat=flexbox
* https://caniuse.com/#feat=css-grid
<!-- tags: layout -->