Skip to content

Fix CSS @import 順序警告 #6

Description

@chrischeng-c4

問題

build 時出現警告:

@import rules must precede all rules aside from @charset and @layer statements

原因

src/index.css 的 Google Fonts @import 放在 @import "tailwindcss" 之後。

修正

將 Google Fonts @import 移到 tailwindcss @import 之前。

Metadata

Metadata

Assignees

No one assigned

    Labels

    dx開發者體驗改善

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions