Skip to content

pantoken / renderers/foundation/src / toFoundationCss

फंक्शन: toFoundationCss()

toFoundationCss(options?): string

प्रयोगात्मक

पतली रनटाइम CSS ओवरले जारी करें: theme Foundation's compiled classes with var(--instui-*).

पैरामीटर

options?

ToFoundationCssOptions = {}

ToFoundationCssOptions.

वापसी

string

ओवरले CSS स्ट्रिंग।

उदाहरण

ओवरले को एक कंटेनर तक सीमित करें

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