Skip to content

Replace deprecated start-* Tailwind utility#8946

Merged
javierjulio merged 2 commits intomasterfrom
replace-deprecated-tailwind-utilities
Feb 20, 2026
Merged

Replace deprecated start-* Tailwind utility#8946
javierjulio merged 2 commits intomasterfrom
replace-deprecated-tailwind-utilities

Conversation

@javierjulio
Copy link
Member

In the Tailwind CSS v4.2.0 release notes: Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (pull request).

This replaces the single instance in the main navigation changing start-0 to inset-s-0. Note that Flowbite will still add a left-0 anyway on the main-menu element when reviewing the HTML in the inspector.

TailwindCSS v4.2.0 changelog: Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities

tailwindlabs/tailwindcss#19613

Despite the start-0 change to inset-s-0, it seems that Flowbite will still add a left-0 on the main-menu element when reviewing the HTML in the inspector.

We only had a single instance of start-* in a template file. The other is just for our test suite.
@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.08%. Comparing base (48eda3e) to head (88a9fbe).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8946   +/-   ##
=======================================
  Coverage   99.08%   99.08%           
=======================================
  Files         139      139           
  Lines        4045     4045           
=======================================
  Hits         4008     4008           
  Misses         37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@javierjulio javierjulio merged commit 7320687 into master Feb 20, 2026
27 checks passed
@javierjulio javierjulio deleted the replace-deprecated-tailwind-utilities branch February 20, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant