@use "./variables" as *;

.#{$component-prefix}sticky {
  &--fixed {
    position: fixed;
    z-index: $sticky-z-index;
  }
}
