Skip to content
Browse files

Using features and its browser support

1 parent 92aa7a9 commit 7e7bb0b0cb980ba2d533fdc61c01de57e8925db7 @1000ch committed
Showing with 3 additions and 0 deletions.
  1. +1 −0 index.html
  2. +2 −0 readme.markdown
View
1 index.html
@@ -45,6 +45,7 @@
<li><strong>Light-weight</strong>: <u>Only 512 bytes</u> (Gzipped).</li>
<li><strong>Flexible</strong>: Easy to use Flexbox features.</li>
</ul>
+ <p><a href="http://caniuse.com/#search=flex">Flexible Box Layout Module</a> and <a href="http://caniuse.com/#search=calc"><code>calc()</code> as CSS unit value</a> used in Grd are available on modern browsers (Chrome, Firefox, Safari, Opera, Edge and IE11).</p>
<h2>Installation</h2>
<pre><code class="bash"># via npm
$ npm install grd
View
2 readme.markdown
@@ -6,6 +6,8 @@ A CSS grid framework using Flexbox.
- **Light-weight**: Only 512 bytes (Gzipped).
- **Flexible**: Easy to use Flexbox features.
+[Flexible Box Layout Module](http://caniuse.com/#search=flex) and [`calc()` as CSS unit value](http://caniuse.com/#search=calc) used in Grd are available on modern browsers (Chrome, Firefox, Safari, Opera, Edge and IE11).
+
## Installation
```bash

0 comments on commit 7e7bb0b

Please sign in to comment.
Something went wrong with that request. Please try again.