芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/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+-/, '') } }