UNPKG

@aire-ux/aire-overlay

Version:
10 lines (8 loc) 295 B
import { colorLight } from '@vaadin/vaadin-material-styles'; import { typography } from '@vaadin/vaadin-material-styles'; const tpl = document.createElement('template'); tpl.innerHTML = `<style> ${colorLight.cssText} ${typography.cssText} </style>`; document.head.appendChild(tpl.content);