dynamicweb / swiffy-slider

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

Unminimized distribution lacks vendor specific selector properties #76

Open snovak7 opened 1 year ago

snovak7 commented 1 year ago

With version 1.6.0 and probably less... I stumbled upon that icons are not shown in latest Brave, Chromium based browser... mask isn't prefixed with -webkit- as with minimized version in "distribution" output.

Keep up the good job 👍

nicped commented 1 year ago

Good catch - can see that the dist/css/swiffy-slider.css does not contain the prefix - that file is just the original and not parsed with autoprefixer as the min version. Will look into a solution.