This commit is contained in:
yyh 2026-05-01 03:36:18 +08:00
parent fd8f0666ec
commit eb82b1e951
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Importing from `@langgenius/dify-ui` (no subpath) is intentionally not supported
Utilities:
- `./cn``clsx` + `tailwind-merge` wrapper. Use this for conditional class composition.
- `./styles.css` — the one CSS entry that ships the design tokens, theme variables, and base reset. Import it once from the app root.
- `./styles.css` — the one CSS entry that ships the design tokens, theme variables, and project utilities/components. Import it once from the app root.
## Tailwind CSS v4 integration

View File

@ -1,7 +1,7 @@
/*
* Pre-bound icons plugin used by `web/`. Combines Iconify's heroicons and
* remix icon packs with the project's custom public and vendor sprites.
* Wired into Tailwind v4 via `@plugin './plugins/icons.ts';` in globals.css.
* Wired into Tailwind v4 via `@plugin './plugins/icons.ts';` in tailwind-core.css.
*/
import { icons as customPublicIcons } from '@dify/iconify-collections/custom-public'
import { icons as customVenderIcons } from '@dify/iconify-collections/custom-vender'