Skip to content

Commit

Permalink
refactor: remove not needed registerStyles from the Lit version
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed May 10, 2024
1 parent 866da7e commit 4f6347d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ import { PolylitMixin } from '@vaadin/component-base/src/polylit-mixin.js';
import { OverlayMixin } from '@vaadin/overlay/src/vaadin-overlay-mixin.js';
import { PositionMixin } from '@vaadin/overlay/src/vaadin-overlay-position-mixin.js';
import { overlayStyles } from '@vaadin/overlay/src/vaadin-overlay-styles.js';
import { registerStyles, ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
import { RichTextEditorPopupMixin } from './vaadin-rich-text-editor-popup-mixin.js';

registerStyles('vaadin-rich-text-editor-popup-overlay', [overlayStyles], {
moduleId: 'vaadin-rich-text-editor-popup-overlay-styles',
});

/**
* An element used internally by `<vaadin-rich-text-editor>`. Not intended to be used separately.
* @private
Expand Down

0 comments on commit 4f6347d

Please sign in to comment.