UNPKG

@sutton-signwriting/sgnw-components

Version:

a javascript package of web components for use with the SignWriting script.

10 lines (8 loc) 278 B
:host { } /* A near-zero transition makes the browser emit `transitionend` whenever the computed color changes (theme switch, parent restyle, media query), which re-renders the SVG with the new colors. */ :host { transition: color 1ms, background-color 1ms; }