mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 18:27:19 +08:00
docs
This commit is contained in:
parent
fd8f0666ec
commit
eb82b1e951
@ -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
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user