UNPKG

fis3-parser-rosetta

Version:
7 lines (4 loc) 156 B
function shimShadowStyles(content, elementName) { return content.replace(/\:host\b/ig, '.'+elementName); } exports.shimShadowStyles = shimShadowStyles;