swc/crates/swc_html_minifier/tests/fixture/attribute/part/output.min.html

7 lines
217 B
HTML

<!doctype html><html lang=en><title>Document</title><body><style>c-e::part(textspan){color:red}</style>
<template id=c-e-template>
<span part="a b c textspan">This text will be red</span>
</template>
<c-e></c-e>