Skip to content

Commit

Permalink
Merge pull request #1 from storybookjs/next
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
BlackFenix2 authored Aug 29, 2020
2 parents 73c7bce + a000606 commit aeab034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configure/styling-and-css.md
Original file line number Diff line number Diff line change
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 aeab034

Please sign in to comment.