Closed
Description
Example of the conversion
.no-select {
user-select: none;
}
Will be add a new property -webkit-user-select: none
.no-select {
user-select: none;
-webkit-user-select: none; /* added */
}
reference: https://developer.mozilla.org/en-US/docs/Web/CSS/WebKit_Extensions