Skip to content

Commit 88f69d3

Browse files
authored
Update README.md
1 parent 4d26c82 commit 88f69d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Output:
6464
> [!NOTE]
6565
> `cssToHtml` always returns an [`HTMLBodyElement`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLBodyElement). To get the string representation of the generated HTML, use [`outerHtml`](https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML). For example:
6666
>
67-
> Input:
6867
> ```javascript
6968
> const html = await cssToHtml('h1#greeting { content: "Hello!"; }');
7069
> console.log( html.outerHtml );

0 commit comments

Comments
 (0)