mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
7 lines
217 B
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="textspan a b c">This text will be red</span>
|
|
</template>
|
|
|
|
<c-e></c-e> |