From 3c1f16f4ca06ad350f7b39f0db2b618c6bc23441 Mon Sep 17 00:00:00 2001 From: yyh Date: Fri, 1 May 2026 02:56:55 +0800 Subject: [PATCH] tweaks --- web/app/styles/globals.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/styles/globals.css b/web/app/styles/globals.css index a8eb91a03b..585634cbbc 100644 --- a/web/app/styles/globals.css +++ b/web/app/styles/globals.css @@ -39,7 +39,9 @@ @source '../../node_modules/streamdown/dist'; @source '../../node_modules/@streamdown/math/dist'; @source not '../../**/*.{spec,test}.{js,ts,jsx,tsx}'; +@source not '../../**/*.stories.{js,ts,jsx,tsx}'; @source not '../../../packages/dify-ui/src/**/*.{spec,test}.{ts,tsx}'; +@source not '../../../packages/dify-ui/src/**/*.stories.{ts,tsx}'; /* ---------- JS plugins ------------------------------------------------ */ @plugin './plugins/icons.ts';