I'm curious just how effective this is and how it handles dynamic usage scenarios. For example, can something like this be handled? ```js css` ${props => rgba(normalizeColor('border', props.theme), 0.2)}; ` ```