Comparing version 0.0.6 to 0.0.7
@@ -75,8 +75,7 @@ "use strict"; | ||
} else { | ||
load[url] = true; | ||
if ((0, _winDoc.win)().__null) { | ||
console.log("<link id=\"".concat(id, "\" rel=\"stylesheet\" type=\"text/css\" href=\"").concat(url, "\">")); | ||
return; | ||
} else { | ||
load[url] = true; | ||
var cssDom = _cssQuerySelector["default"].one("#" + id); | ||
@@ -83,0 +82,0 @@ |
@@ -62,7 +62,7 @@ import { css } from "create-el"; | ||
} else { | ||
load[url] = true; | ||
if (win().__null) { | ||
console.log("<link id=\"".concat(id, "\" rel=\"stylesheet\" type=\"text/css\" href=\"").concat(url, "\">")); | ||
return; | ||
} else { | ||
load[url] = true; | ||
var cssDom = query.one("#" + id); | ||
@@ -69,0 +69,0 @@ |
{ | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"name": "need-css", | ||
@@ -4,0 +4,0 @@ "repository": { |
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
8623
189