-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
[docs] Upgrade to Tailwind v4-alpha #771
Conversation
@@ -188,22 +188,22 @@ | |||
padding: 16px; | |||
font-family: IBM Plex Sans; | |||
|
|||
h1 { | |||
& h1 { |
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.
All of a sudden CSS Modules started acting out, saying the selector isn't pure? (Because now it doesn't understand it without an explicit &
). Not sure how this is related to the Tailwind upgrade. Anyway, I like explicit &
docs/tailwind.config.ts
Outdated
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.
- Config is now in CSS
- There's no
content
configuration anymore, they are saying it knows what to look at automatically
Netlify deploy preview |
Upgrading to remove unnecessary CSS variables spam in dev tools.
No changes to the produced CSS.
More details on the version:
https://tailwindcss.com/blog/tailwindcss-v4-alpha