Interface: AdoptStylesOptions
Defined in: packages/element/src/styles.ts:76
Properties
nonce?
optional nonce?: string | null;
Defined in: packages/element/src/styles.ts:80
css-nonce, for the <style> fallback under a strict CSP.
tokenCss
tokenCss: string;
Defined in: packages/element/src/styles.ts:78
The theme's tokens as a :host rule, from toCss().