ZanichelliEditore / storybook-addon-stencil

A Stencil compiler integration for Storybook.
MIT License
9 stars 6 forks source link

Sass/SCSS support? #9

Open kurbar opened 3 months ago

kurbar commented 3 months ago

Is sass/scss supported or planned for this addon?

When fiddling with the demo in the repo, I installed sass and @stencil/sass and tried using a .scss file for the component but it fails in error:

The requested module '/src/components/my-component/my-component.scss?tag=my-component&encapsulation=scoped' does not provide an export named 'default'
mt3o commented 1 month ago

It's october and the issue is still present, with no obvious solutions...

korjikk commented 1 month ago

Weirdly, no one is interested in solving this issue.

mt3o commented 1 month ago

no one is interested in solving it, but there are people interested in having it resolved... So far i found that compiler doesn't call the plugin while transforming the styles. When i have some spare time i'd swap compiled stencil lib with source, and check what's happening at the core