Skip to content

Commit 83e9278

Browse files
committed
Update README.md
1 parent b104ce4 commit 83e9278

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Output:
6464

6565
An options object can be passed as the second argument to `cssToHtml()` to customize the behaviour of the HTML generator.
6666

67-
| Option | Values | Description |
68-
| :----------- | :------------------- | :---------- |
69-
| `duplicates` | `preserve`, `remove` | |
67+
| Option | Values | Description |
68+
| :----------- | :--------- | :---------- |
69+
| `duplicates` | `preserve` | Preserve duplicate elements. Eg: <br/> `button {} button {}` <br/> Will become: <br/> `<button></button><button></button>`. |
70+
| | `remove` | Remove duplicate elements. Eg: <br/> `button {} button {}` <br/> Will become: <br/> `<button></button>`. |

0 commit comments

Comments
 (0)