Skip to content

Add quotes to URL's

This PR onyl adds quotes around css url definitions url(...) --> url("...")

The bundling error reported was: Expected quotes around "url" function argument in nav.css

See mozilla url_function

Bundling with gulp bundle runs fine, gulp preview is also without issues.

This PR eases the future upgrade of dependencies as it fixes the quotes error reported when bundling.

Merge request reports

Loading