2

My website is hosted on cloudfront and i'm using cdn for different locations.

I'm using prefixfree.min.js to solve the css3 codes in the website, but it is giving the issue as shown in the image below:

enter image description here

Kijan Maharjan
  • 1,031
  • 7
  • 14
  • Problem aside: using this script in production is killing your perfs (the perfs in your users' browsers. If you're using a CDN, I guess you're concerned by webperf). You'd better use a CSS prefixer server-side like Autoprefixer (there's a grunt/gulp/etc task for that, too) and avoid downloading and executing this client-side imho. – FelipeAls Aug 22 '14 at 09:57

0 Answers0