Skip to content

Commit

Permalink
fix(docs): fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 authored Feb 9, 2019
1 parent ac35ade commit a18c697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const Component = styled.div`
### up

```js
// >= 768px
// tablets, 768px and up
up('tablet') => '@media (min-width: 768px) { ... }'
```

Expand All @@ -141,7 +141,6 @@ const Component = styled.div`
We occasionally use media queries that go in the other direction (the given screen size or smaller):

```js
// >= 768px && <= 991.98px
down('tablet') => '@media (max-width: 991.98px) { ... }'
```

Expand Down

0 comments on commit a18c697

Please sign in to comment.