This commit is contained in:
Daniel Ledda
2024-11-01 18:50:26 +01:00
parent 7539e6ed48
commit f8a0cd50f8
7 changed files with 143 additions and 203 deletions

View File

@@ -42,6 +42,7 @@ export function css(strs: TemplateStringsArray, ...vals: string[]) {
return sheet;
}
/*
export class DJElement extends HTMLElement {
static styles: CSSStyleSheet;
@@ -57,3 +58,4 @@ export class DJElement extends HTMLElement {
this.root.adoptedStyleSheets = statics.styles ? [statics.styles] : [];
}
}
*/