mirror of
https://github.com/langgenius/dify.git
synced 2026-05-08 03:36:32 +08:00
13 lines
482 B
CSS
13 lines
482 B
CSS
@import './tailwind-core.css';
|
|
|
|
@source '../../app';
|
|
@source '../../context';
|
|
@source '../../hooks';
|
|
@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 '../../**/*.stories.{js,ts,jsx,tsx}';
|
|
@source not '../../../packages/dify-ui/src/**/*.{spec,test}.{ts,tsx}';
|
|
@source not '../../../packages/dify-ui/src/**/*.stories.{ts,tsx}';
|