Do i have to use vendor prefixes?! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Do i have to use vendor prefixes?!

Is it important to use vendor prefixes and can i give up them?!

24th Jun 2020, 8:08 AM
Mo7ammed Algaragotti
2 Answers
+ 1
It depends on how many browser versions you want to support. Meanwhile, there is this postprocessor called Autoprefixer that automatically adds vendor prefixes for you. https://github.com/postcss/autoprefixer
24th Jun 2020, 9:30 AM
Ore
Ore - avatar
+ 1
Only use vendor prefixes if you use a code and it doesn't change any element. Otherwise give them up.
24th Jun 2020, 8:14 AM
BTarget7