From: XhmikosR Date: Tue, 9 Apr 2013 17:12:11 +0000 (+0300) Subject: lib/clean.js: use single quotes X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=267b25630166478249b01d5b1c2cd64009bc14ef;p=clean-css.git lib/clean.js: use single quotes --- diff --git a/lib/clean.js b/lib/clean.js index 719864d3..caef19cd 100644 --- a/lib/clean.js +++ b/lib/clean.js @@ -369,7 +369,7 @@ var CleanCSS = { .replace(/['"]/g, ''); if (/^(http|https):\/\//.test(importedFile)) - return "@import url(" + importedFile + ");"; + return '@import url(' + importedFile + ');'; var relativeTo = importedFile[0] == '/' ? options.root :