How can I know which CSS property needs vendor prefixes? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I know which CSS property needs vendor prefixes?

11th Mar 2017, 2:10 PM
Tayeaba Mila
Tayeaba Mila - avatar
3 Answers
+ 1
check out on the W3Schools (go on google and type: propertyname w3schools) if the vendor prefixe is required for that specific property or not
11th Mar 2017, 2:20 PM
Welliton Malta
Welliton Malta - avatar
+ 1
Thanks alot :) I thought there's must be some other way or some list of it.
11th Mar 2017, 2:24 PM
Tayeaba Mila
Tayeaba Mila - avatar
0
as browsers constantly update, they constantly remove the need of the vendor prefixes of specific properties, that's why there's no definitive list for it :)
11th Mar 2017, 2:31 PM
Welliton Malta
Welliton Malta - avatar