value-no-vendor-prefix
Disallow vendor prefixes for values.
a { display: -webkit-flex; }
/** ↑
* This prefix */
This rule does not fix vendor-prefixed values that weren't handled by Autoprefixer version 10.2.5. Exceptions may be added on a case by case basis.
The fix
option can automatically fix all of the problems reported by this rule. However, it will not remove duplicate values produced when the prefixes are removed. You can use Autoprefixer itself, with the add
option off and the remove
option on, in these situations.
The message
secondary option can accept the arguments of this rule.