Position

Atomic classes for managing a element's position properties.

Classes

🔗
Class CSS Responsiveness
.ps-static position: static; Y
.ps-relative position: relative; Y
.ps-absolute position: absolute; Y
.ps-fixed position: fixed; Y
.ps-sticky position: sticky; Y
.ps-unset position: unset; Y

Coordinates

🔗
Class CSS Responsiveness
.t[SU] top: [SU]; Y
.r[SU] right: [SU]; Y
.b[SU] bottom: [SU]; Y
.l[SU] left: [SU]; Y
.i[SU] inset: [SU]; Y
.tn[SU] top: -[SU]; Y
.rn[SU] right: -[SU]; Y
.bn[SU] bottom: -[SU]; Y
.ln[SU] left: -[SU]; Y

Customization

Override position variables:

$positions: absolute, fixed, relative, static, sticky, unset;