You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This already works for -webkit and -moz, so I'm guessing this ticket is to add support for -o. Also assuming you mean this to apply to all properties and not just border-radius.
-webkit
-moz
-o
and regular w3c property
Warn when any are left out.
e.g.
-moz-border-radius
-webkit-border-radius
-o-border-radius
should warn: You are missing the standard (non-vendor-prefixed) border-radius property. Please add border-radius.
The text was updated successfully, but these errors were encountered: