Would there be a way to do this without having to pass the key? For instance, in my .scss I want to have something like `background: theme-aware('color-background');` That way the mixin is a little cleaner not caring about what property I'm applying the style to.