```Less & when (@variant = "secondary") { background-color: @btnSecondaryBgColor; border-color: @btnSecondaryBorderColor; color: @btnSecondaryColor; } ``` This guard is always entered, even when `props.variant` is not equal to secondary.