Packages

@twind/core › InlineMinify

Callable

InlineMinify

InlineMinify(css, html): string

Called to minify the CSS.

Parameters

NameTypeDescription
cssstringthe CSS to minify
htmlstringthe HTML that will be used — allows to only include above-the-fold CSS

Returns

string

the resulting CSS

Defined in

packages/core/src/ssr.ts:31