WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and a modern development workflow
12.77k
stars
3.06k
forks
source link
Tailwind logical properties classes does not work as expected #3191
Closed
alaa-alshamy closed 5 months ago
Version
v10.8.2
What did you expect to happen?
When I use for example
ms-1
css class, tailwind should usemargin-inline-start
, like following:What actually happens?
It actullay use
margin-left
, like following:Steps to reproduce
Just create a new sage theme and use one of the logical properties classes for example
ms-1
, none of them working as expectedSystem info
No response
Log output
No response
Please confirm this isn't a support request.
Yes