// // _tooltip.scss // @each $state in map-keys($theme-colors) { .#{$state}-tooltip { --#{$prefix}tooltip-bg: var(--#{$prefix}#{$state}); } }