Skip to content

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 <[email protected]>
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
@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.

3 participants