dynamicweb / swiffy-slider

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

Fix exports section to allow imports in scss #33

Closed nicped closed 2 years ago

nicped commented 2 years ago

Change exports to export all of ./src/ to allow src imports, i.e. in SCSS.

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