Skip to content

Commit

Permalink
remove .md from link
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Shugerman committed Aug 28, 2020
1 parent 2e6eae8 commit 4aa3fbe
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](./webpack.md#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 4aa3fbe

Please sign in to comment.