Skip to content

Commit

Permalink
Merge pull request #4830 from aliceyoung9/patch-1
Browse files Browse the repository at this point in the history
little documentation fix
  • Loading branch information
shilman committed Nov 22, 2018
2 parents 960bd59 + 3e3ff41 commit 59e35b7
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 59e35b7

Please sign in to comment.