+ 1
Is it necessary to add vendor Prefix on CSS tags?
I know that vendor prefix use when I have to run a code on pc browser.Does it necessary to use on every css tags or some tags?
3 Réponses
+ 3
https://www.lifewire.com/css-vendor-prefixes-3466867
Hope it can help.
But in my opinion, it is really necessary.
+ 1
Thank you 😊
+ 1
Autoprefixer can do that for you. https://github.com/postcss/autoprefixer
Also it is not to be used on all properties. It is for css3 properties not supported or not fully supported by browser you wish to support. Also some old ie browsers do not support vendor prefixes too. You can use css3 pie for that