Mixins

transform-center

Positions the element in the center of the parent element via transform property.
Don't forget to set the parent position property other than static.

Arguments

Example

@use 'more-sass' as more;

.element {
  @include more.transform-center;
}
Copyright © 2026