dify/web/.storybook/storybook.css
yyh b2dacf0718
chore(tailwind-css): migrate to css first (#35754)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-05-06 04:28:11 +00:00

20 lines
505 B
CSS

@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;
overflow: auto;
user-select: text;
}