Applies absolute alignment to an element.
abs('tl') // Returns... Copy
abs('tl') // Returns...
{ bottom: unset; left: 0; margin: 0; position: absolute; right: unset; top: 0;} Copy
{ bottom: unset; left: 0; margin: 0; position: absolute; right: unset; top: 0;}
Alignment style.
CSS string.
Applies absolute alignment to an element.
Example