-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
feat(tailwind): support v4 #13049
base: main
Are you sure you want to change the base?
feat(tailwind): support v4 #13049
Conversation
🦋 Changeset detectedLatest commit: f620e48 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
} | ||
|
||
const url = new URL('tailwind.css', codegenDir); | ||
writeFileSync(url, content, 'utf-8'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wish I could use a virtual module but it didn't work with vite nor postcss
CodSpeed Performance ReportMerging #13049 will not alter performanceComparing Summary
|
Co-authored-by: HiDeoo <[email protected]>
Welp I wasted my time on pr #10376.... |
Sorry about that! Taiwind is critial because it's really popular and there were more things to do than your initial PR so we decided to take care of it. I'll add you as a co-author |
By reading through the PR, so basically |
I'll quote the changeset:
So this version of the integration will act as a migration bridge (eg. it references the js config file for you) and be deprecated later |
Cheers. I'm just too dumb that I carefully read everything but missed the first ever file😥. Thanks |
@sarah11918 I updated the changeset to match the docs aside content |
Added this PR to the 5.2.0 milestone :) even though it's not part of core, it feels it deserve some spotlight |
Update: the next major of the integration will just be used for deprecation, we recommend you use the vite plugin directly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just left a bit more of a "strongly worded" suggestion for the changeset! 😄
Co-authored-by: Sarah Rainsberger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving for docs! Everyone will be so happy about this @florian-lefebvre 😄
Changes
nesting
option as it's supported oobTesting
Updated, should pass, and tested manually
Docs
Changeset, withastro/docs#10773