Comparing version 0.7.4 to 0.7.5
@@ -68,2 +68,3 @@ 'use strict'; | ||
} else { | ||
if (el.substr(0, 2) === '//') { el = 'http:' + el; } | ||
if (el.substr(0, 4) !== 'http') { | ||
@@ -70,0 +71,0 @@ p = path.join(path.dirname(files[i]), options.csspath, el); |
{ | ||
"name": "uncss", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "Remove unused CSS styles", | ||
@@ -5,0 +5,0 @@ "main": "lib/uncss.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92846
1948