79738370

Date: 2025-08-18 07:12:24
Score: 2.5
Natty:
Report link

In case someone is having same problem with storybook 9 for angular project.
Include styles setting into builder options for storybook inside angular.json

"storybook": {
    "builder": "@storybook/angular:start-storybook",
    "options": {
        ...
        "styles": ["src/styles/styles.scss"]
    }
}
"build-storybook": {
    "builder": "@storybook/angular:build-storybook",
    "options": {
        ...
        "styles": ["src/styles/styles.scss"]
    }
}
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): having same problem
  • Low reputation (0.5):
Posted by: blazkovicz