Files
vf_react/src/styles/heroui.css
2025-11-23 00:24:05 +08:00

11 lines
312 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* HeroUI v3 + Tailwind CSS v4 配置
* 参考文档: https://v3.heroui.com/docs/quick-start
*
* 重要提示:导入顺序很重要!必须先导入 tailwindcss再导入 @heroui/styles
* Import order matters. Always import `tailwindcss` first.
*/
@import "tailwindcss";
@import "@heroui/styles";