fix broken link

This commit is contained in:
Elliott Shugerman 2020-08-26 17:39:41 -04:00 committed by GitHub
parent 29fcd5791d
commit 2e6eae8f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ If your component files import their own CSS, Storybooks webpack config will
- If you are using a CSS precompiler, you may need to add a preset (such as the [SCSS preset](https://github.com/storybookjs/presets/tree/master/packages/preset-scss), or add a loader to Storybooks webpack config).
- In Angular, you'll need to take special care how you handle CSS:
- Either [customize your webpack config](#extending-storybooks-webpack-config)
- Either [customize your webpack config](./webpack.md#extending-storybooks-webpack-config)
- Or use syntax to use a inline loader:
<!-- prettier-ignore-start -->