download
raw
357 Bytes
let Declaration = require('../declaration')
class TextEmphasisPosition extends Declaration {
set(decl, prefix) {
if (prefix === '-webkit-') {
decl.value = decl.value.replace(/\s*(right|left)\s*/i, '')
}
return super.set(decl, prefix)
}
}
TextEmphasisPosition.names = ['text-emphasis-position']
module.exports = TextEmphasisPosition

Xet Storage Details

Size:
357 Bytes
·
Xet hash:
9041081dafdda14f713e1f293193e2d5696c47e9622ae43d99ba7eab543fbde3

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