Typicalc/frontend/styles/shared-styles.js

17 lines
322 B
JavaScript
Raw Normal View History

2021-01-26 15:05:33 +00:00
// 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);