I have added the auto-prefixer
package to my code editor atom
, so that I insert all the corresponding prefixes of the css3 properties automatically.
But my doubt comes because I only added the prefix -webkit-
, and according to recuero until a few years ago it should be added:
-moz - for Firefox, -or- for Opera and -ms - for Internet Explorer (Safari and Chrome worked with > webkit ).
I do not know if the autoprefixer
is limited (I am skipping the other prefixes I need), or if the other prefixes are not currently required.
I must submit a website and I do not want that if I leave only the webkit
in other browsers and its different versions my animations are not seen correctly.
On this website ( auto-prefixer ), which adds the online prefixes when you insert a code, it also only adds webkit
. But I want to be very sure that only with that prefix will it be enough to cover everything.