Is it necessary to add vendor Prefix on CSS tags? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

17th May 2020, 2:00 PM
Ajoy Chowdhury
Ajoy Chowdhury - avatar
3 Answers
+ 3
https://www.lifewire.com/css-vendor-prefixes-3466867 Hope it can help. But in my opinion, it is really necessary.
17th May 2020, 2:04 PM
James Clark I. Vinarao
James Clark I. Vinarao - avatar
+ 1
Thank you 😊
17th May 2020, 2:09 PM
Ajoy Chowdhury
Ajoy Chowdhury - avatar
+ 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
17th May 2020, 3:31 PM
Ore
Ore - avatar