Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
docs: fix typo (#114)
Browse files Browse the repository at this point in the history
Just noticed that the docs have emotion/style-components the wrong way around with respect to where `styled` gets imported from.
  • Loading branch information
simonflk authored and gregberge committed Feb 11, 2019
1 parent ef92be3 commit 5deffc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/Utilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Smooth UI exposes several utilities to simplify the styling of components.

### styled

`styled` is exported from `@emotion/styled` if you use `@smooth-ui/core-sc` or from `styled-components` if you use `@smooth-ui/core-em`.
`styled` is exported from `styled-components` if you use `@smooth-ui/core-sc` or from `@emotion/styled` if you use `@smooth-ui/core-em`.

```js
import { styled } from '@smooth-ui/core-sc'
Expand Down

0 comments on commit 5deffc1

Please sign in to comment.