+ 2
How can I know which CSS property needs vendor prefixes?
3 Réponses
+ 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
+ 1
Thanks alot :)
I thought there's must be some other way or some list of it.
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 :)