Packages
@twind/with-react.inline › InlineMinify
Callable
InlineMinify
▸ InlineMinify(css, html): string
Called to minify the CSS.
Parameters
| Name | Type | Description |
|---|---|---|
css | string | the CSS to minify |
html | string | the HTML that will be used — allows to only include above-the-fold CSS |
Returns
string
the resulting CSS