Răsfoiți Sursa

define custom properties into :root

Gildas 7 ani în urmă
părinte
comite
b380ab7e7e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      lib/single-file/single-file-core.js

+ 1 - 1
lib/single-file/single-file-core.js

@@ -903,7 +903,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 				}
 			}));
 			if (indexVariable) {
-				stylesheetContent = "html{" + stylesheetContent;
+				stylesheetContent = ":root{" + stylesheetContent;
 			}
 			return stylesheetContent;
 		}