Skip to content

pantoken / renderers/bootstrap/src / toBootstrapCss

Feidhm: toBootstrapCss()

toBootstrapCss(options?): string

Turgnamhach

Eisigh an droichead athróg CSS Bootstrap → Instructure.

Paraiméadair

options?

ToBootstrapCssOptions = {}

ToBootstrapCssOptions.

Tuairisceáin

string

An sreang CSS don droichead.

Samplaí

Droichead :root réamhshocraithe

ts
import { toBootstrapCss } from "@pantoken/bootstrap";

const css = toBootstrapCss();
// ":root { --bs-primary: var(--instui-color-background-brand); … }"

Spriocú chuig tréith téama Bootstrap

ts
import { toBootstrapCss } from "@pantoken/bootstrap";

const css = toBootstrapCss({ selector: "[data-bs-theme]" });