nunomaduro / termwind

🍃 In short, it's like Tailwind CSS, but for the PHP command-line applications.
MIT License
2.29k stars 78 forks source link

Added left positioning #13

Closed kodjunkie closed 3 years ago

kodjunkie commented 3 years ago

I thought it would be nice to have the left position as well, hope it helps.

nunomaduro commented 3 years ago

left === ml? cc @xiCO2k

xiCO2k commented 3 years ago

Hey guys. I don't really like the position stuff for this, top left right bottom does not seem to be a good fit, since there is no position relative or absolute. What do you think @nunomaduro?