Skip to main content

@microsoft/fast-element > StyleTarget > append

StyleTarget.append() method

Adds styles to the target by appending the styles.

Signature:
append(styles: HTMLStyleElement): void;

Parameters

ParameterTypeDescription
stylesHTMLStyleElementThe styles element to add.
Returns:

void