Skip to content

Commit

Permalink
Docs: Fix internal deadlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Young committed Nov 21, 2018
1 parent 960bd59 commit 3e3ff41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/addons/writing-addons/index.md
Expand Up @@ -238,7 +238,7 @@ storiesOf('Button', module)

We use [emotion](https://emotion.sh) for styling, AND we provide a theme which can be set by the user!

We highly recommend you also use emotion to style your components for storybook, but it's not a requirement. You can use inline styles or another css-in-js lib. You can receive the theme as a prop by using the `withCSSContext` hoc from emotion. [Read more about theming](/configuration/theming).
We highly recommend you also use emotion to style your components for storybook, but it's not a requirement. You can use inline styles or another css-in-js lib. You can receive the theme as a prop by using the `withCSSContext` hoc from emotion. [Read more about theming](/configurations/theming).

## Re-using existing components

Expand Down

0 comments on commit 3e3ff41

Please sign in to comment.