Skip to content

pantoken-root / formats/inline-styles/src / inlineHtml

函数: inlineHtml() ​

inlineHtml(html, css, options?): string

Beta

将 CSS 规则内联到匹配的 HTML 元素中,无需获取外部资源。

参数 ​

html ​

string

css ​

string

options? ​

InlineHtmlOptions = {}

返回值 ​

string