Skip to content

Commit

Permalink
feat: Storybook now loads something.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchreff committed Jan 30, 2024
1 parent 8a5e1df commit 30df13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { html } from 'lit';
import { Meta, Canvas, Story } from '@storybook/addon-docs';
import { OutlineCoreStyledText } from '../src/outline-core-styled-text.js';
import { OutlineCoreStyledText } from '../src/outline-core-styled-text';


<Meta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ wrapLastWord;
*/
@customElement('outline-core-styled-text')
export class OutlineCoreStyledText extends OutlineElement {
static styles: CSSResultGroup = [OutlineElement.styles, componentStyles];
static styles: CSSResultGroup = [componentStyles];

connectedCallback(): void {
super.connectedCallback();
Expand Down

0 comments on commit 30df13d

Please sign in to comment.