vaadin-lumo-stylespackage.global.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vaadin-webcomponents Show documentation
Show all versions of vaadin-webcomponents Show documentation
Mvnpm composite: Vaadin webcomponents
The newest version!
import { addGlobalThemeStyles } from '@vaadin/vaadin-themable-mixin/register-styles.js';
export const addLumoGlobalStyles = (id, ...styles) => {
addGlobalThemeStyles(`lumo-${id}`, styles);
};