jonkemp / inline-css

Inline css into an html file.
MIT License
429 stars 85 forks source link

Help ~ Question about options.url #103

Open KupriyanovaMarina opened 3 years ago

KupriyanovaMarina commented 3 years ago

I have a html string, not a file. Css styles I put into options.extraCss parameter. And I need to convert my html string into inline styles html. Options.url is required. What meaning of this parameter can I put in this case?

Stvad commented 2 years ago

There are no usages of it in the codebase besides checking for the presence of the parameter 🤔. Maybe it's passed to a downstream library somewhere?