-
|
Using this guideline, if we're building a multi-directional website and want to add margin before text: we can use: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
See #1483 which discusses this extensively. Logical properties and values are a concept in CSS itself, no need for Tailwind itself to reinvent this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
My idea is to use:
and internally, tailwind will detect the direction and add "right" or "left" class
this can be applied to:
Beta Was this translation helpful? Give feedback.