@use "../prefix" as pre;

$_v: pre.$prefix-variable;

:root {
  @if ($_v) {
    --vrembem-variable-prefix: #{$_v};
  }
}
