position
static
—
@use 'more-sass' as more; .element { @include more.transform-center; }
.element { position: absolute; inset-block-start: 50%; inset-inline-start: 50%; transform: translate(-50%, -50%); }
reset-input
Resets default styles of input elements.
triangle
Draws a triangle from the current element.
On this page