wix-style-processor
Advanced tools
Comparing version 1.1.20 to 1.1.21
@@ -13,5 +13,5 @@ "use strict"; | ||
style.appendChild(document.createTextNode(css)); | ||
(document.head || document.getElementsByTagName('head')[0]).insertBefore(style, document.querySelector('style:not([wix-style])')); | ||
(document.head || document.getElementsByTagName('head')[0]).insertBefore(style, document.querySelector('style[wix-style]')); | ||
} | ||
}; | ||
//# sourceMappingURL=domService.js.map |
@@ -5,3 +5,3 @@ { | ||
"description": "An alternative Wix Styles TPA processor", | ||
"version": "1.1.20", | ||
"version": "1.1.21", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "Eran Shabi", |
Sorry, the diff of this file is not supported yet
51445