$toolbar-bg: getCustomVar(("$toolbar-bg")) !default;

@use "sass:color";
@use "../sizes" as *;
@use "../colors" as *;

// adduse
$toolbar-bg: $base-bg !default;
$toolbar-color: $base-text-color !default;
$never-used: collector((
"$toolbar-bg": $toolbar-bg,
));
