• File: vendorUnprefixed.js
  • Full Path: /var/www/imalireports/node_modules/postcss-ordered-values/src/lib/vendorUnprefixed.js
  • Date Modified: 11/01/2022 10:15 PM
  • File size: 175 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict';
/**
 * @param {string} prop
 * @return {string}
 */
function vendorUnprefixed(prop) {
  return prop.replace(/^-\w+-/, '');
}

module.exports = vendorUnprefixed;