download
raw
463 Bytes
let Declaration = require('../declaration')
let utils = require('../utils')
class Appearance extends Declaration {
constructor(name, prefixes, all) {
super(name, prefixes, all)
if (this.prefixes) {
this.prefixes = utils.uniq(
this.prefixes.map(i => {
if (i === '-ms-') {
return '-webkit-'
}
return i
})
)
}
}
}
Appearance.names = ['appearance']
module.exports = Appearance

Xet Storage Details

Size:
463 Bytes
·
Xet hash:
e1794cbda71d6116c096da54a1395a6cd7206bbc1b3b48726495456ca4b4bfbc

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.