stevecochrane / tailwindcss-logical

A CSS Logical Properties and Values plugin for Tailwind CSS.
https://stevecochrane.github.io/tailwindcss-logical/
ISC License
172 stars 2 forks source link

Positions Not Supported #10

Closed Ayman97 closed 3 years ago

stevecochrane commented 3 years ago

Hi @Ayman97,

I assume you're looking for logical equivalents for the top / right / bottom / left properties, like these? https://tailwindcss.com/docs/top-right-bottom-left

You can position elements the same way, but logically, with the Flow-relative Offset utilities. I've listed the utilities that are supported in the README here: https://github.com/stevecochrane/tailwindcss-logical#flow-relative-offsets

You're helping me to notice things that need improvement in the documentation, so thanks for the feedback. I'm going to go ahead and close this issue since I think that should solve it, but feel free to reopen this if this isn't what you were looking for.