Item Type
Item Name
Search file in folder and subfolders...
'use strict'; /** * @param {string} prop * @return {string} */ function vendorUnprefixed(prop) { return prop.replace(/^-\w+-/, ''); } module.exports = vendorUnprefixed;