-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update dependency tailwindcss to v4 #81
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request updates the tailwindcss dependency from version 3.4.1 to 4.0.0. This is a major version update that includes a new high-performance engine, a simplified installation process, and many new features. Flow diagram of Tailwind CSS v4 new featuresflowchart TD
TW4[Tailwind CSS v4] --> Engine[New Engine]
TW4 --> Modern[Modern Web Features]
TW4 --> Install[Simplified Install]
Modern --> Features[New Features]
Features --> CQ[Container Queries]
Features --> P3[P3 Color Palette]
Features --> Transform[3D Transform]
Features --> Gradient[Expanded Gradients]
Install --> Simple[Single CSS Line]
Install --> Auto[Auto Content Detection]
Install --> Import[Built-in Import Support]
style TW4 fill:#e3f2fd,stroke:#1e88e5
style Engine fill:#c8e6c9,stroke:#43a047
style Modern fill:#fff3e0,stroke:#fb8c00
style Install fill:#e1bee7,stroke:#8e24aa
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
❌ Deploy Preview for panducovid failed.
|
f130d59
to
5d4800c
Compare
5d4800c
to
917e33d
Compare
917e33d
to
ea29fad
Compare
ea29fad
to
a22bd62
Compare
a22bd62
to
056f59c
Compare
056f59c
to
7d1cd1e
Compare
7d1cd1e
to
7b4ef7d
Compare
7b4ef7d
to
4926b8b
Compare
4926b8b
to
2547296
Compare
2547296
to
4254f05
Compare
4254f05
to
c636f76
Compare
c636f76
to
ea2434d
Compare
858dd4c
to
494c9bc
Compare
494c9bc
to
81520a1
Compare
81520a1
to
8bdd8d2
Compare
8bdd8d2
to
bdaaaad
Compare
bdaaaad
to
5ca16fd
Compare
5ca16fd
to
17a629f
Compare
17a629f
to
148b819
Compare
148b819
to
a0e8318
Compare
a0e8318
to
7a779c3
Compare
7a779c3
to
7185396
Compare
7185396
to
dc9deef
Compare
dc9deef
to
b2db70a
Compare
b2db70a
to
c4d965b
Compare
c4d965b
to
7354a7c
Compare
This PR contains the following updates:
^3.4.1
->^4.0.0
Release Notes
tailwindlabs/tailwindcss (tailwindcss)
v4.0.1
Compare Source
Added
:open
pseudo-class in existingopen
variant (#15349)Fixed
min-w/h-none
utilities (#15845)none
modifier have a line-height set e.g.text-sm/none
(#15921)--spacing
variable (#15857)@tailwindcss/browser
does not pollute the global namespace (#15978)tailwind-merge
is not scanned when using the Vite plugin (#16005)/
directory (#15988)leading-[1]
toleading-none
(#16004)v4.0.0
Compare Source
Added
@property
, andcolor-mix()
.color-scheme
,field-sizing
, complex shadows,inert
, and more.Start using Tailwind CSS v4.0 today by installing it in a new project, or playing with it directly in the browser on Tailwind Play.
For existing projects, we've published a comprehensive upgrade guide and built an automated upgrade tool to get you on the latest version as quickly and painlessly as possible.
For a deep-dive into everything that's new, check out the announcement post.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.