left

Since UXP v2.0

Sets the left position for an element that is relatively or absolutely positioned.

See: https://developer.mozilla.org/en/docs/Web/CSS/left

Example:

.someElement {
    left: 0;
    position: absolute;
}