Skip to content

Commit

Permalink
docs(css): fix import in example (#444)
Browse files Browse the repository at this point in the history
make sure no one new thinks `hiDPI` is coming from emotion.
  • Loading branch information
justinobney authored and Kye Hohenberger committed Nov 6, 2017
1 parent dd4068f commit 6f97d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```jsx harmony
import { css } from 'emotion'
import { lighten, modularScale } from 'polished'
import { hiDPI, lighten, modularScale } from 'polished'

// Write your css as normal.
const flex = css`
Expand Down

0 comments on commit 6f97d24

Please sign in to comment.