You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EmeraldSnorlax
changed the title
use text-align: start and end instead of swapping text direction with rtl
why aren't the native css "text-align: start" and end used?
Nov 20, 2021
Next version of Tailwind have native utiltiies for text-align, so maybe this can be removed from this package? In all cases, text-align start/end are supported since a very long time (according to CanIUse, Safari 3, so maybe it is safe to remove at least this one :).
the current implementation doesn't work when aligning text to the start or the end based on direction. the rules seem to conflict with each other.
what's the reasoning behind using this:
when surely this will suffice?
see these videos
Peek.2021-11-20.14-38.mp4
Peek.2021-11-20.15-00.mp4
im not sure if this is related to #25, but it seems like it might be
as a work around, ive put this in my
Tailwind.postcss
file:The text was updated successfully, but these errors were encountered: