Change _start and _end back to _left and _right. #42419
-
|
I don't know why the change occurred, but can we please go back to left and right instead of start and end? The thinking is illogical now. I want left, not start. Text_left for left alignment, text_right for right alignment. Simple. Who changed it to start and end? And why? I upgraded from bootstrap 3.4 to 5 and had to change my entire project cuz someone thought start is better than left. When I want left! Not start! Fix it and I'll be glad to change ALL my code again when the fixed version arrives. Please, sooner rather than later. And don't tell me this is better. Left should be called left. Simple. So many classes affected and for what? Cuz some noob didn't think that EVERYONE will have to change that now. All projects suddenly broken. Fix it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
I think it is to match with modern CSS "logical properties" for automatic RTL (especially arabic text) i.e, margin-left to margin-inline-start; padding-right to padding-inline-end. Just my two cents. |
Beta Was this translation helpful? Give feedback.
-
|
So the problem started even higher than BootStrap and simply propagated down to css libraries. What a joke. The things I would do if I was the boss. Oh my! |
Beta Was this translation helpful? Give feedback.
I think it is to match with modern CSS "logical properties" for automatic RTL (especially arabic text) i.e, margin-left to margin-inline-start; padding-right to padding-inline-end. Just my two cents.