Skip to content

pantoken / plugins/pantoken/logos/src / logosCss

Taipūtī: logosCss

const logosCss: string = LOGOS_CSS

Beta

Te kāwai-kāhua (stylesheet) mō ngā token-whakaahua kua reri (te tuhinga kotahi me ./logos.css).

Tauira

Whakauruhia ngā token tohu ki roto i te whārangi

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