Skip to content

Commit cb726d9

Browse files
committed
chore: place lumoInjector block after styles
1 parent 7b8a0c1 commit cb726d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/icon/src/vaadin-icon.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ class Icon extends IconMixin(ElementMixin(LumoInjectionMixin(ThemableMixin(Polyl
6565
return 'vaadin-icon';
6666
}
6767

68+
static get styles() {
69+
return iconStyles;
70+
}
71+
6872
static get lumoInjector() {
6973
return {
7074
includeBaseStyles: true,
7175
};
7276
}
7377

74-
static get styles() {
75-
return iconStyles;
76-
}
77-
7878
/** @protected */
7979
render() {
8080
return html`

0 commit comments

Comments
 (0)