Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle feedback from #14783 #14788

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Handle feedback from #14783 #14788

merged 2 commits into from
Oct 24, 2024

Conversation

RobinMalfait
Copy link
Member

This PR is a continuation of #14783 to handle the feedback on that PR.

  1. Update the test to be more realistic
  2. Updated the comment

RobinMalfait and others added 2 commits October 24, 2024 22:00
Co-authored-by: Adam Wathan <4323180+adamwathan@users.noreply.github.com>
Put `tailwindcss/components` above the `tailwindcss/utilities`.

This now also updates the `layer(utilities)` to `layer(components)` on
the `@import './my-other.css' layer(components);` at-rule.
@RobinMalfait RobinMalfait requested a review from a team as a code owner October 24, 2024 20:04
@import './my-other.css' layer(utilities);
@import './my-other.css' layer(components);

@import 'tailwindcss/utilities' layer(utilities);
Copy link
Member Author

Choose a reason for hiding this comment

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

It's moved to the bottom because we replace @import 'tailwindcss/utilities'; with the new at-rule. Currently we just drop @import 'tailwindcss/components'; but we could replace that rule as well instead such that this import lives at the top. 🤔

@adamwathan adamwathan merged commit f830418 into next Oct 24, 2024
1 check passed
@adamwathan adamwathan deleted the fix/feedback-14783 branch October 24, 2024 20:12
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