Typicalc/frontend/styles/shared-styles.js
2021-01-26 16:05:33 +01:00

17 lines
322 B
JavaScript

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