Skip to content

Commit 2c95e9d

Browse files
committed
Add a link to DOMPurify
1 parent 8721146 commit 2c95e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ An options object can be passed as the second argument to `cssToHtml()` to custo
7676
| | `style-only` * | Ignore `@import` rules when generating HTML. |
7777
| `mergeNth` | `merge` * | Elements generated from `:nth-` selectors will be merged with any similar element occupying the desired location. |
7878
| | `no-merge` | These elements will not be merged. |
79-
| `sanitize` | `all` * | Sanitize the generated HTML using DOMPurify. |
80-
| | `imports` | Only sanitize HTML generated from imported stylesheets. |
79+
| `sanitize` | `all` * | Sanitize the generated HTML using [DOMPurify](https://github.com/cure53/DOMPurify). |
80+
| | `imports` | Only sanitize the HTML generated from imported stylesheets. |
8181
| | `off` | Don't sanitize the generated HTML. |

0 commit comments

Comments
 (0)