How do I know if/when a particular CSS property calls for a vendor prefix? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I know if/when a particular CSS property calls for a vendor prefix?

29th Sep 2016, 2:41 AM
Tasidarg
2 Answers
0
The only way to be sure is to read the documentation and reference/memorize it. If you test something and it isn't working in one browser but it is in another, it's a good indication there is a vendor prefix.
30th Sep 2016, 10:35 PM
Ryne
Ryne - avatar
0
Or for example you can check it in caniuse.com it is more comfortable
8th Oct 2016, 7:10 PM
Olga