@use "../../style/variables" as *;

.#{$prefix}-sticky {
  &_fixed {
    position: fixed;
  }
}
