mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Recommend flexgrid2
This commit is contained in:
@@ -74,7 +74,8 @@
|
||||
}
|
||||
</code></pre>
|
||||
<h3 id="for-older-browsers">For Older Browsers</h3>
|
||||
<p>Support for CSS Grid Layouts is <a href="http://caniuse.com/css-grid">decent</a>, but if you have an obligation to support Internet Explorer or Edge < 16, consider using the <a href="http://flexboxgrid.com/">Flexbox Grid</a> in combination with Shoelace.</p>
|
||||
<p>Support for CSS Grid Layouts is <a href="http://caniuse.com/css-grid">decent</a>, but if you have an obligation to support Internet Explorer or Edge < 16, consider using the <a href="https://evgenyrodionov.github.io/flexboxgrid2/">Flexbox Grid</a> in combination with Shoelace.</p>
|
||||
<p>You can use it as-is or include the source files and customize it with CSS variables in your build process.</p>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user