Skip to content

Commit

Permalink
chore(docs): Fix typo in migration guide (#30197)
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 committed Mar 11, 2021
1 parent 962c4a1 commit 14da60a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ const Box = ({ children }) => (
export default Box
```
You can also still import all styles using the `import * as styles` sytax e.g. `import * as styles from './mystyles.module.css'`. However, this won't allow webpack to treeshake your styles so we discourage you from using this syntax.
You can also still import all styles using the `import * as styles` syntax e.g. `import * as styles from './mystyles.module.css'`. However, this won't allow webpack to treeshake your styles so we discourage you from using this syntax.
### File assets (fonts, pdfs, ...) are imported as ES Modules
Expand Down

0 comments on commit 14da60a

Please sign in to comment.