This commit is contained in:
yyh 2026-05-01 03:40:14 +08:00
parent eb82b1e951
commit b6853b7d90
No known key found for this signature in database
3 changed files with 13 additions and 13 deletions

View File

@ -6,7 +6,6 @@ import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
import { I18nClientProvider as I18N } from '../app/components/provider/i18n'
import commonEnUS from '../i18n/en-US/common.json'
import './storybook-tailwind.css'
import '../app/styles/markdown.css'
import './storybook.css'

View File

@ -1,12 +0,0 @@
@import '../app/styles/tailwind-core.css';
@source '../app';
@source '../context';
@source '../hooks';
@source '.';
@source '../../packages/dify-ui/src';
@source '../node_modules/streamdown/dist';
@source '../node_modules/@streamdown/math/dist';
@source not '../**/*.{spec,test}.{js,ts,jsx,tsx}';
@source not '../../packages/dify-ui/src/**/*.{spec,test}.{ts,tsx}';
@source not '../../packages/dify-ui/src/**/*.stories.{ts,tsx}';

View File

@ -1,3 +1,16 @@
@import '../app/styles/tailwind-core.css';
@source '../app';
@source '../context';
@source '../hooks';
@source '.';
@source '../../packages/dify-ui/src';
@source '../node_modules/streamdown/dist';
@source '../node_modules/@streamdown/math/dist';
@source not '../**/*.{spec,test}.{js,ts,jsx,tsx}';
@source not '../../packages/dify-ui/src/**/*.{spec,test}.{ts,tsx}';
@source not '../../packages/dify-ui/src/**/*.stories.{ts,tsx}';
html,
body {
max-width: unset;