You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get the storybook to show scss styling, I've tried everything (with and without @storybook/preset-scss), but it still doesn't work. Storybook doesn't complain, but the custom styling does not get applied. Most config options without @storybook/preset-scss resulted with a storybook error.
I have a react app, with webpack5, using scss&css. I have @storybook/preset-scss, sass, sass-loader, sty installed, with this config
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
I can't get the storybook to show scss styling, I've tried everything (with and without @storybook/preset-scss), but it still doesn't work. Storybook doesn't complain, but the custom styling does not get applied. Most config options without @storybook/preset-scss resulted with a storybook error.
I have a react app, with webpack5, using scss&css. I have
@storybook/preset-scss
, sass, sass-loader, sty installed, with this configmain.ts
any ideas what to do?
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions