Problem/Motivation
We have a number of -ms- prefixed CSS properties:
-ms-animation
-ms-backface-visibility
-ms-check
-ms-clear
-ms-expand
-ms-fullscreen
-ms-grid-row
-ms-grid-row-align
-ms-hyphens
-ms-ime-align
-ms-keyframes
-ms-linear-gradient
-ms-touch-action
-ms-transform
-ms-transition
-ms-transition-property
-ms-user-select
We no longer support IE11 so we should be able to drop many if not all of these.
Steps to reproduce
Proposed resolution
Remaining tasks
Decide whether to do the same for -webkit-
and -moz-
properties.