Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Mar 23, 2017
1 parent 477d44d commit 734b699
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ In the [`dist`](/dist) directory there are three minified files:
- `gridly-col-widths.min.css` (115 B): the custom width columns
- `gridly.min.css` (165 B): the previous two files' content put together


If you need to support more browsers, you can use the prefixed versions. They're located in [`dist/prefixed`](/dist/prefixed). They're ~1.8× the size of their counterparts.

### Browser Support
Expand Down Expand Up @@ -81,6 +82,7 @@ The `gridly-core.min.css` file handles two classes:
- `row`: the row containing columns
- `col`: the column to put in the row


Because of the flexbox amazing power, the columns will have the same width (as many columns you want / row).


Expand All @@ -93,6 +95,7 @@ To extend this basic functionality, there is another file: `gridly-col-widths.mi
- `col-third` has `33.3333334%` width
- `col-half` has `50%` width


Like specified above, the `gridly.min.css` contains both: the core and the custom widths.


Expand Down Expand Up @@ -131,6 +134,7 @@ If you are using this library in one of your projects, add it in this list. :spa

- [showalicense.com](http://showalicense.com/)–A site to provide an easy way to show licenses and their human-readable explanations. ([source](https://github.com/IonicaBizau/showalicense.com))


## :scroll: License

[MIT][license] © [Ionică Bizău][website]
Expand Down

0 comments on commit 734b699

Please sign in to comment.