JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "vendor.js"
Full Path: /home/u703019046/domains/nawabs.com.au/public_html/node_modules/autoprefixer/lib/vendor.js
File size: 206 bytes
MIME-type: text/plain
Charset: utf-8
module.exports = {
prefix(prop) {
let match = prop.match(/^(-\w+-)/)
if (match) {
return match[0]
}
return ''
},
unprefixed(prop) {
return prop.replace(/^-\w+-/, '')
}
}