chore(deps): update dependency tailwindcss-logical to v4 #1007
+17
−117
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.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.