Skip to content

Commit

Permalink
start of line
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Jan 2, 2020
1 parent 860575e commit e7bfb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/guides/migration-v3/migration-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ yarn add @material-ui/styles
- Rename `convertHexToRGB` to `hexToRgb`.

```diff
- import { convertHexToRgb } from '@material-ui/core/styles/colorManipulator';
+ import { hexToRgb } from '@material-ui/core/styles';
-import { convertHexToRgb } from '@material-ui/core/styles/colorManipulator';
+import { hexToRgb } from '@material-ui/core/styles';
```

- Scope the [keyframes API](https://cssinjs.org/jss-syntax/#keyframes-animation). You should apply the following changes in your codebase.
Expand Down

0 comments on commit e7bfb49

Please sign in to comment.