dify/packages/dify-ui/.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

23 lines
387 B
CSS

@import 'tailwindcss';
@plugin '../src/plugins/icons.ts';
@source '../src';
@source '../.storybook';
@import '../src/styles/styles.css';
html {
color-scheme: light;
}
html[data-theme='dark'] {
color-scheme: dark;
}
body {
background: var(--color-components-panel-bg);
color: var(--color-text-primary, #101828);
font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}