Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed May 16, 2016
1 parent 63810ae commit e44cc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const styles = {

// somewhere in your component...

<div style={browser.lessThan.medium ? styles.elementThing : styles.element} />
<div style={browser.lessThan.medium ? styles.elementThin : styles.element} />
```

However this become very repetitive rather quickly. To help, redux-responsive
Expand Down

0 comments on commit e44cc31

Please sign in to comment.