mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore: use precompiled g10 theme in storybook
This commit is contained in:
parent
70e0875f28
commit
26f383360f
2 changed files with 1 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
||||||
import { configure } from "@storybook/svelte";
|
import { configure } from "@storybook/svelte";
|
||||||
|
import "../css/g10.css";
|
||||||
|
|
||||||
configure(require.context("../src", true, /\.stories\.js$/), module);
|
configure(require.context("../src", true, /\.stories\.js$/), module);
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="https://unpkg.com/carbon-components/css/carbon-components.min.css"
|
|
||||||
/>
|
|
Loading…
Add table
Add a link
Reference in a new issue