remove old code and bypass some warning

This commit is contained in:
Fabio Pliger
2022-04-28 12:02:35 -06:00
parent b207db97c2
commit cb61908e83
2 changed files with 1 additions and 27 deletions

View File

@@ -56,6 +56,7 @@ export class PyBox extends HTMLElement {
this.widths.forEach((width, index)=>{
const node: ChildNode = mainDiv.childNodes[index];
// @ts-ignore
addClasses(node, [width, 'mx-4'])
})