File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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. |
You can’t perform that action at this time.
0 commit comments