From 26f383360f35efd15435d74b99172eb06d916a05 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 6 Sep 2020 15:41:00 -0700 Subject: [PATCH] chore: use precompiled g10 theme in storybook --- .storybook/config.js | 1 + .storybook/preview-head.html | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .storybook/preview-head.html diff --git a/.storybook/config.js b/.storybook/config.js index 58093fcb..94762410 100644 --- a/.storybook/config.js +++ b/.storybook/config.js @@ -1,3 +1,4 @@ import { configure } from "@storybook/svelte"; +import "../css/g10.css"; configure(require.context("../src", true, /\.stories\.js$/), module); diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html deleted file mode 100644 index a5204e1e..00000000 --- a/.storybook/preview-head.html +++ /dev/null @@ -1,4 +0,0 @@ -