$prefix-affix: #{$prefix}affix;
.#{$prefix-affix} {
    position: fixed;
    z-index: $zindex-affix;
}
