Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Closes #1464
  • Loading branch information
emmatown authored Aug 9, 2019
1 parent 59b58b9 commit 866973c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-css-prop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yarn add @emotion/babel-preset-css-prop
}
```

`@emotion/babel-preset-css-prop` includes the emotion plugin. The `babel-plugin-emotion` entry should be be removed from your config and any options moved to the preset. If you use `@babel/preset-react` or `@babel/preset-typescript` ensure that `@emotion/babel-preset-css-prop` is inserted before them in your babel config.
`@emotion/babel-preset-css-prop` includes the emotion plugin. The `babel-plugin-emotion` entry should be be removed from your config and any options moved to the preset. If you use `@babel/preset-react` or `@babel/preset-typescript` ensure that `@emotion/babel-preset-css-prop` is inserted after them in your babel config.

```diff
{
Expand Down

0 comments on commit 866973c

Please sign in to comment.