dynamicweb / swiffy-slider

Super fast carousel and slider with touch for optimized websites running in modern browsers.
MIT License
247 stars 30 forks source link

cannot import css from sass #32

Closed wsdnathan closed 2 years ago

wsdnathan commented 2 years ago

I can import the css from ES6 but when from sass .scss file I get this error when I npm run dev: Error: Package path ./src/swiffy-slider.css is not exported from package

nicped commented 2 years ago

Thanks for reporting. There was an error in the exports. I have changed the exports - see #33 for the change - you can apply that to your local package.json in nodemodule folder to test.

To import in scss @import "swiffy-slider/src/swiffy-slider.css";