Function abs

  • Applies absolute alignment to an element.

    Example

    abs('tl') // Returns...
    
    {
    bottom: unset;
    left: 0;
    margin: 0;
    position: absolute;
    right: unset;
    top: 0;
    }

    Parameters

    • alignment: Alignment = 'cc'

      Alignment style.

    Returns string

    CSS string.