Skip to content

Commit

Permalink
fix(core): Fix light-dom import reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
tekante committed Apr 30, 2023
1 parent d950c54 commit c05263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/outline-core/src/controllers/light-dom-styles.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-console */
import { ReactiveControllerHost, CSSResultGroup, CSSResult } from 'lit';
import { addScopeToStyles } from '../internal/light-dom';
import { addScopeToStyles } from '../internal/light-dom.mjs';

/**
* The LightComStyles ReactiveController.
Expand Down

0 comments on commit c05263d

Please sign in to comment.