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
Basically, storybook hoists that code into a running ember server (and replaces the content of a (virtual) component. Given a "normal" build runs through broccoli and broccoli-css-modules I'm wondering if this is possible at all?
If so, what do I need to look at? Can you point me at the relevant APIs, so I can turn that into an addon myself?
Thanks
The text was updated successfully, but these errors were encountered:
I want to use css-modules for storybook, specifically writing stories with css-modules. Stories to look like that:
Basically, storybook hoists that code into a running ember server (and replaces the content of a (virtual) component. Given a "normal" build runs through broccoli and
broccoli-css-modules
I'm wondering if this is possible at all?If so, what do I need to look at? Can you point me at the relevant APIs, so I can turn that into an addon myself?
Thanks
The text was updated successfully, but these errors were encountered: