update
This commit is contained in:
@@ -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] : [];
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user