Skip to content

pantoken / plugins/pantoken/logos/src / logosCss

Variabele: logosCss

const logosCss: string = LOGOS_CSS

Bèta

Het kant-en-klare image-token stylesheet (dezelfde tekst als ./logos.css).

Voorbeeld

Inline de logo-tokens in een pagina

ts
import { logosCss } from "@pantoken/plugin-logos";

document.head.insertAdjacentHTML("beforeend", `<style>${logosCss}</style>`);
// then in CSS: background-image: var(--instui-logo-canvas-horizontal-full-color);