mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
This PR also adds a new `self-baseline-last` utility similar to `items-baseline-last` added previously. We've also discussed adding a `content-baseline-last` utility but since the browser support for this [is very limited](https://caniuse.com/mdn-css_properties_align-content_flex_context_last_baseline) and we weren't able to get this to do anything even in the supported browsers, we decided against it. ## Test plan Updated the utility tests.