Skip to content

Commit fea18e1

Browse files
committed
chore: update token path in Storybook
1 parent c587d60 commit fea18e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/decorators/context.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { makeDecorator, useEffect } from "@storybook/preview-api";
22
import { fetchContainers, toggleStyles } from "./helpers.js";
33

4-
import tokens from "@spectrum-css/tokens/dist/index.css?inline";
4+
import tokens from "@spectrum-css/tokens/dist/css/index.css?inline";
55

66
/**
77
* @type import('@storybook/csf').DecoratorFunction<import('@storybook/web-components').WebComponentsFramework>

0 commit comments

Comments
 (0)