+1
-1
| { | ||
| "name": "polylib", | ||
| "description": "A simple library for creating fast, lightweight web components.", | ||
| "version": "1.1.7", | ||
| "version": "1.1.8", | ||
| "license": "MIT", | ||
@@ -6,0 +6,0 @@ "type": "module", |
@@ -30,3 +30,3 @@ import {TemplateInstance} from "./index.js"; | ||
| } else { | ||
| this.root.append(this.constructor.css) | ||
| this.root.append(this.constructor.css.cloneNode(true)) | ||
| } | ||
@@ -33,0 +33,0 @@ } |
36515
0.04%