Skip to content

fix(wui): move Google Fonts @import to top#917

Open
digi4care wants to merge 1 commit intohumanlayer:mainfrom
digi4care:fix/wui-postcss-import-order
Open

fix(wui): move Google Fonts @import to top#917
digi4care wants to merge 1 commit intohumanlayer:mainfrom
digi4care:fix/wui-postcss-import-order

Conversation

@digi4care
Copy link
Copy Markdown

@digi4care digi4care commented Dec 19, 2025

Fixes PostCSS warning about @import order by moving the Google Fonts import to the very top of humanlayer-wui/src/App.css.

Repro:

  • Build/run WUI with PostCSS/Tailwind pipeline and observe @import order warning.

After:

  • Warning disappears because the external @import precedes the Tailwind import expansion.

Important

Moves Google Fonts @import to the top of App.css to fix PostCSS import order warning.

  • Behavior:
    • Moves Google Fonts @import to the top of App.css to fix PostCSS warning about import order.
    • Ensures external @import precedes Tailwind import expansion, removing the warning.

This description was created by Ellipsis for ded523b. You can customize this summary. It will automatically update as commits are pushed.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Chris Engelhard seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Copy Markdown
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to ded523b in 40 seconds. Click for details.
  • Reviewed 16 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 2 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. humanlayer-wui/src/App.css:1
  • Draft comment:
    Good move: the Google Fonts @import is now at the very top, satisfying PostCSS's import order requirement.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative, as it simply acknowledges a change that satisfies a requirement without suggesting any action or improvement. It doesn't provide any actionable feedback or raise any concerns.
2. humanlayer-wui/src/App.css:7
  • Draft comment:
    Duplicate Google Fonts @import was removed—this cleanup avoids redundancy.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative, as it simply states that a duplicate import was removed. It doesn't provide any actionable feedback or suggestions for improvement.

Workflow ID: wflow_KqXgH17gQGUJYDYb

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants