Files
vf_react/src/styles/heroui.css
2025-11-23 06:36:39 +08:00

16 lines
363 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 v3 配置
* 参考文档: https://v3.heroui.com/docs/quick-start
*
* 注意HeroUI v3 同时支持 Tailwind v3 和 v4
* 由于 CRACO 兼容性问题,我们使用 Tailwind v3
*/
/* Tailwind CSS v3 基础样式 */
@tailwind base;
@tailwind components;
@tailwind utilities;
/* HeroUI v3 样式 */
@import "@heroui/styles";