Open
Description
It would be very useful to have this feature. For example, I might want to render a vertical or horizontal bar to separate different UI elements, and this would be easily done by creating a border that is only active on one side.
This could be modified from the theme JSON file where instead of
"border_width": 1
You would define:
"border_width": {
"left": 1,
"right": 0,
"bottom": 0,
"top": 0
}
I'm not really sure if there is any alternative to the issue I've mentioned, and if anyone has any ideas I would appreciate it if you could share them! Thank you