spring-io / spring-asciidoctor-backends

A backend for Asciidoctor used to produce Spring styled HTML
Apache License 2.0
79 stars 16 forks source link

Retain quotes on relative URLs in CSS #19

Closed wilkinsona closed 3 years ago

wilkinsona commented 3 years ago

cssnano's normalizeUrl removes quotes from relative URLs, underminining the fix for #11 that was made in 8aab4d78d.

There's no configuration option that I can see on normalizeUrl to disable the removal of quotes, so this PR disables normalizeUrl entirely.