Skip to content

Commit

Permalink
Tweak documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
darsain committed Apr 17, 2016
1 parent 756ebbf commit 338cb4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/flexgrid.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flexgrid

**flexgrid** is a configurable grid system based on flexbox ([94% global support](http://caniuse.com/#search=flexbox) as of Apr 2016) and `calc()` ([93% global support](http://caniuse.com/#search=calc) as of Apr 2016).
**flexgrid** is a configurable grid system based on flexbox and `calc()` ([flexbox 94%](http://caniuse.com/#search=flexbox) and [calc() 93%](http://caniuse.com/#search=calc) global support as of Apr 2016).

- **[Examples](#examples)**
- **[Goals](#goals)**
Expand Down
8 changes: 4 additions & 4 deletions docs/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
- **[Examples](#examples)**
- **[Options](#options)**
- **[API](#api)**
- **[media](#api)**
- **[media-query](#media-query)**
- [media](#api)
- [media-query](#media-query)
- **[Shorthands](#shorthands)**
- **[Custom queries](#custom-queries)**
- **[Notable behavior](#notable-behavior)**
Expand Down Expand Up @@ -148,9 +148,9 @@ Available rules and flags are:
Operators:

- `or` - All rules are joind with `and`, this splits the `and` groups by comma, effectively creating an `or` logic.
Example: `screen <480px or print` becomes `screen and (max-width: 479px), print`
- Example: `screen <480px or print` becomes `screen and (max-width: 479px), print`

Example query with ALL rules defined:
Example query with all available rules:

```styl
+media('screen device >960px <1200px h>480px >1/1 >2dppx landscape fullscreen progressive color color-index monochrome grid color>4 color-index>256')
Expand Down

0 comments on commit 338cb4e

Please sign in to comment.