SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 504 forks source link

Support strict CSP rules for styling #611

Open AnimeshPandey123 opened 1 year ago

AnimeshPandey123 commented 1 year ago

Hello,

Thank you for your awesome module! I've been using your component on a website that has strict Content Security Policy (CSP) rules, which prevents the use of 'unsafe-eval' and 'unsafe-inline'. I was wondering if it's possible to extract all the styling logic of the component to a separate CSS file, so it can be included separately and without conflicting with the website's CSP rules.

I'd appreciate your thoughts on this and any guidance you may be able to provide.

Thanks in advance.