css3 - CSS property support -


is there way check if css property i'm going use supported common browsers? can avoid using -moz , -webkit prefixed properties, if unprefixed property supported commonly browsers.

there many answer out there can check

for checking browser compatibility
1) w3schools

or directly can use
1) normalize


Comments

Popular posts from this blog

angular - Is it possible to get native element for formControl? -

unity3d - Rotate an object to face an opposite direction -

javascript - Why jQuery Select box change event is now working? -