iconpackage.theme.lumo.vaadin-icon-styles.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 '@vaadin/vaadin-lumo-styles/sizing.js';
import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
registerStyles(
'vaadin-icon',
css`
:host {
width: var(--lumo-icon-size-m);
height: var(--lumo-icon-size-m);
}
`,
{ moduleId: 'lumo-icon' },
);