export const RUNTIME_STYLE_NONCE = 'tolaria-runtime-style' export const RUNTIME_STYLE_NONCE_SOURCE = `'nonce-${RUNTIME_STYLE_NONCE}'` export function getRuntimeStyleNonce() { return RUNTIME_STYLE_NONCE }