Skip to content

pantoken / renderers/foundation/src / toFoundationCss

Functie: toFoundationCss()

toFoundationCss(options?): string

Experimenteel

Genereer de dunne runtime-CSS-overlay: de gecompileerde klassen van theme Foundation met var(--instui-*).

Parameters

options?

ToFoundationCssOptions = {}

ToFoundationCssOptions.

Retourneert

string

De overlay-CSS-string.

Voorbeeld

Beperk de overlay tot een container

ts
toFoundationCss({ scope: ".instui" });