%PDF- %PDF-
Direktori : /proc/1857783/root/var/www/cwg/wp-content/themes/cwg/node_modules/autoprefixer/lib/ |
Current File : //proc/1857783/root/var/www/cwg/wp-content/themes/cwg/node_modules/autoprefixer/lib/vendor.js |
module.exports = { prefix (prop) { let match = prop.match(/^(-\w+-)/) if (match) { return match[0] } return '' }, unprefixed (prop) { return prop.replace(/^-\w+-/, '') } }