Bumps tailwindcss from 3.4.17 to 4.1.0.
Release notes
Sourced from tailwindcss's releases.
v4.1.0
Added
- Add
details-content variant (#15319)
- Add
inverted-colors variant (#11693)
- Add
noscript variant (#11929, #17431)
- Add
items-baseline-last and self-baseline-last utilities (#13888, #17476)
- Add
pointer-none, pointer-coarse, and pointer-fine variants (#16946)
- Add
any-pointer-none, any-pointer-coarse, and any-pointer-fine variants (#16941)
- Add safe alignment utilities (#14607)
- Add
user-valid and user-invalid variants (#12370)
- Add
wrap-anywhere, wrap-break-word, and wrap-normal utilities (#12128)
- Add
@source inline(...) and @source not inline(...) (#17147)
- Add
@source not "..." (#17255)
- Add
text-shadow-* utilities (#17389)
- Add
mask-* utilities (#17134)
- Add
bg-{position,size}-* utilities for arbitrary values (#17432)
- Add
shadow-*/<alpha>, inset-shadow-*/<alpha>, drop-shadow-*/<alpha>, and text-shadow-*/<alpha> utilities to control shadow opacity (#17398, #17434)
- Add
drop-shadow-<color> utilities (#17434)
- Improve compatibility with older versions of Safari and Firefox (#17435)
Fixed
- Follow symlinks when resolving
@source directives (#17391)
- Don't scan ignored files for classes when changing an ignored file triggers a rebuild using
@tailwindcss/cli (#17255)
- Support negated
content rules in legacy JavaScript configuration (#17255)
- Interpret syntax like
@("@")md:... as @md:... in Razor files (#17427)
- Disallow top-level braces, top-level semicolons, and unbalanced parentheses and brackets in arbitrary values (#17361)
- Ensure the
--theme(...) function still resolves to the CSS variables when using legacy JS plugins (#17458)
- Detect used theme variables in CSS module files (#17433, #17467)
Changed
- Ignore
node_modules by default (can be overridden by @source ... rules) (#17255)
@source rules that include file extensions or point inside node_modules/ folders no longer consider your .gitignore rules (#17255)
- Deprecate
bg-{left,right}-{top,bottom} in favor of bg-{top,bottom}-{left,right} utilities (#17378)
- Deprecate
object-{left,right}-{top,bottom} in favor of object-{top,bottom}-{left,right} utilities (#17437)
v4.0.17
Fixed
- Fix an issue causing the CLI to hang when processing Ruby files (#17383)
v4.0.16
Added
- Add support for literal values in
--value('...') and --modifier('...') (#17304)
Fixed
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[4.1.0] - 2025年04月01日
Added
- Add
details-content variant (#15319)
- Add
inverted-colors variant (#11693)
- Add
noscript variant (#11929, #17431)
- Add
items-baseline-last and self-baseline-last utilities (#13888, #17476)
- Add
pointer-none, pointer-coarse, and pointer-fine variants (#16946)
- Add
any-pointer-none, any-pointer-coarse, and any-pointer-fine variants (#16941)
- Add safe alignment utilities (#14607)
- Add
user-valid and user-invalid variants (#12370)
- Add
wrap-anywhere, wrap-break-word, and wrap-normal utilities (#12128)
- Add
@source inline(...) and @source not inline(...) (#17147)
- Add
@source not "..." (#17255)
- Add
text-shadow-* utilities (#17389)
- Add
mask-* utilities (#17134)
- Add
bg-{position,size}-* utilities for arbitrary values (#17432)
- Add
shadow-*/<alpha>, inset-shadow-*/<alpha>, drop-shadow-*/<alpha>, and text-shadow-*/<alpha> utilities to control shadow opacity (#17398, #17434)
- Add
drop-shadow-<color> utilities (#17434)
- Improve compatibility with older versions of Safari and Firefox (#17435)
Fixed
- Follow symlinks when resolving
@source directives (#17391)
- Don't scan ignored files for classes when changing an ignored file triggers a rebuild using
@tailwindcss/cli (#17255)
- Support negated
content rules in legacy JavaScript configuration (#17255)
- Interpret syntax like
@("@")md:... as @md:... in Razor files (#17427)
- Disallow top-level braces, top-level semicolons, and unbalanced parentheses and brackets in arbitrary values (#17361)
- Ensure the
--theme(...) function still resolves to the CSS variables when using legacy JS plugins (#17458)
- Detect used theme variables in CSS module files (#17433, #17467)
Changed
- Ignore
node_modules by default (can be overridden by @source ... rules) (#17255)
@source rules that include file extensions or point inside node_modules/ folders no longer consider your .gitignore rules (#17255)
- Deprecate
bg-{left,right}-{top,bottom} in favor of bg-{top,bottom}-{left,right} utilities (#17378)
- Deprecate
object-{left,right}-{top,bottom} in favor of object-{top,bottom}-{left,right} utilities (#17437)
[4.0.17] - 2025年03月26日
Fixed
- Fix an issue causing the CLI to hang when processing Ruby files (#17383)
[4.0.16] - 2025年03月25日
Added
- Add support for literal values in
--value('...') and --modifier('...') (#17304)
... (truncated)
Commits
Dependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps tailwindcss from 3.4.17 to 4.1.0.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
8f631d0Prepare 4.1.0 release (#17483)9374647Adddrop-shadow-*color support (#17434)55d7a65Addself-baseline-last(#17476)156afc6Improve compatibility with Safari 15 (#17435)eec1bf2Fix--theme(...)function when legacy JS plugins are used (#17458)c32b608Addobject-{top,bottom}-{left,right}utilities (#17437)f772266Add newmask-imageutilities for Tailwind CSS v4.1 (#17134)1a68b99Add support for "intensity" modifiers on box and text shadows (#17398)5e255deAddtext-shadow-*utilities (#17389)3412a96Addbg-{position,size}-*utilities (#17432)Dependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)