// eagerly import theme styles so as we can override them import '@vaadin/vaadin-lumo-styles/all-imports'; const $_documentContainer = document.createElement('template'); $_documentContainer.innerHTML = ` `; document.head.appendChild($_documentContainer.content);