// used for getting the css-variable of choice, if you know what it is.
// Can be used in both local and global scope.
@function v($name) {
    @return var(--#{$name});
}
