@use 'iro-sass/src/iro-sass' as iro; @use '../props'; @use '../vars'; @mixin styles { @include iro.bem-layout('overflow') { overflow: auto; scrollbar-color: props.get(vars.$theme, --text-disabled) transparent; } }