Skip to content

pantoken / plugins/pantoken/logos/src / logosCss

Variable: logosCss

const logosCss: string = LOGOS_CSS

Beta

The ready-made image-token stylesheet (the same text as ./logos.css).

Example

Inline the logo tokens into a page

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);