Created by: createdwithlove
Adds separate variable $component-active-bg-light
to avoid multiple use of lighten($component-active-bg, 35%)
or rgba($component-active-bg, .25)
. Also ensures that using native css custom properties as a value for $component-active-bg
don't lead to an error when transpilling.