Scenario
We want all our stories to have access to the styles in the Angular styles.scss
stylesheet.
Approach
Load styles.scss
in the Storybook ./storybook/preview.js
configuration file.
import '!style-loader!css-loader!sass-loader!../src/styles.scss';