@use 'sass:string';
@use '@style/theme/index.scss' as *;

$affix-prefix-cls: string.unquote('#{$prefix}-affix');

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