瀏覽代碼

Make storybook refresh styles immediately

Use source files to update storybook.
master
TheoryOfNekomata 9 月之前
父節點
當前提交
e7f5c817b1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      storybook/react/tailwind.config.ts

+ 1
- 1
storybook/react/tailwind.config.ts 查看文件

@@ -3,7 +3,7 @@ import defaultTheme from 'tailwindcss/defaultTheme';

const config: Config = {
content: [
'../../categories/web/*/react/dist/**/*.js',
'../../categories/web/*/react/src/**/*.(ts|tsx)',
'./.storybook/**/*.html',
],
theme: {


Loading…
取消
儲存