Skip to content

Commit

Permalink
Merge pull request #12273 from eeshugerman/patch-1
Browse files Browse the repository at this point in the history
[docs] fix broken link
  • Loading branch information
shilman committed Aug 29, 2020
2 parents 43fd13f + 4aa3fbe commit a000606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configure/styling-and-css.md
Expand Up @@ -15,7 +15,7 @@ If your component files import their own CSS, Storybook’s 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 Storybook’s 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#extending-storybooks-webpack-config)
- Or use syntax to use a inline loader:

<!-- prettier-ignore-start -->
Expand Down

0 comments on commit a000606

Please sign in to comment.