chore(deps): update dependency tailwindcss-logical to v4 #1007
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.1→^4.0.0Release Notes
stevecochrane/tailwindcss-logical (tailwindcss-logical)
v4.2.0Compare Source
New Feature
Logical
overflowutilities foroverflow-blockandoverflow-inlinehave been added. Here's an example, and all five of the native values (auto,clip,hidden,scroll,visible) are supported for each:You can also see these in action now on the demo page.
These properties have existed for a while and I've always considered supporting them, but for a long time they were only supported by Firefox. (See my release notes for v1.3.0 from five years ago.) But, they've recently gotten support from the four major browsers and are now considered Baseline 2025, so now I can finally add support for them.
Admin Update
I've moved the source code for this and my other projects from GitHub to Codeberg. GitHub is a Microsoft product and I'm no longer interested in supporting Microsoft in any form, plus Codeberg is a great alternative that I recommend to anyone who feels the same way. I realize this makes it harder for others to submit issues and pull requests and I don't make the decision lightly, but I think it's the right move. As always, thanks for your interest and support.
v4.1.0Compare Source
New Feature
If you have
--spacing-*variables declared in your@themeblock, tailwindcss-logical will now generate utility classes with those variables for all spacing-related properties.For example if you have the following declared in your CSS:
You can now use a class of
class="bs-name-here"in your HTML, and tailwindcss-logical will generate the following utility class:This applies to all of the following:
block-size,inline-size,inset,margin,max-block-size,max-inline-size,min-block-size,min-inline-size,padding, andspace-b/space-i.Many thanks to Mona Uppenkamp (@MUppenkamp) for the suggestion and for the initial implementation! This addresses #64.
v4.0.0Compare Source
Welcome to the Tailwind v4 compatibility release!
Breaking Changes
Fixes
Updates
@plugindirective in your main CSS file. See the README for an example.block-sizehave calculated values from the--spacingcustom property, just like the equivalent properties in Tailwind itself.float,clear, andtext-alignutilities.border-radiusutilities.rounded-bs,rounded-be, etc.) are still provided.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.