Shaun Evening
Shaun Evening
@pedaars have you tried [`@storybook/addon-themes`](https://storybook.js.org/addons/@storybook/addon-themes/)?
@pedaars if your Storybook is built with Webpack, you can configure scss using [`@storybook/addon-styling-webpack`](https://storybook.js.org/addons/@storybook/addon-styling-webpack). If you give me some more details about your Storybook, I can make a StackBlitz example...
Hey @szykov 👋 We're just getting back from holidays. I'll talk to Yann about getting this merged over the next week or so. Stay tuned 📻
@SethDavenport, I have whipped up some quick drafts for a `CONTRIBUTING.md`, `ISSUE_TEMPLATE.md`, and `PULL_REQUEST_TEMPLATE.md` here: https://github.com/ShaunLloyd/rangle-starter/tree/chore/contribution-guidelines/.github thoughts?
In the book we referred to `1.x` as AngularJS and `>=2` as Angular. When comparing the two we use specific version numbers to avoid confusion. It seems like the `rangle-starter`...
Hey @vlaraort 👋 I'm a maintainer for Storybook and I specialize in addons. 😁 Please let me know if there's anything I can do to help if you need a...
@bizappzone This addon needs to be updated to Storybook 7 which has a few breaking changes in how it needs to be set up to hook into Storybook
It can be updated in a PR but would still need to be merged and published by @vlaraort
Hey @salzpate 👋 I'm sorry for the frustration but with the way this addon currently work, all of those packages are **dependencies** to make sure that webpack can be configured...
@salzpate, Amazing! Thank you for your help! Can you share the contents of your `main.(ts|js)` with me so that I can provide next steps?