Open anchan42 opened 9 months ago
Why do we check for secondaryMessageBg existent but use secondaryButtonBg? I'm new to all of this so probably this is me learning again 😅
@if variable-exists(secondaryMessageBg) { &.p-tag-secondary { background-color: $secondaryButtonBg; color: $secondaryButtonTextColor; } &.p-tag-contrast { background-color: $contrastButtonBg; color: $contrastButtonTextColor; } }
Why do we check for secondaryMessageBg existent but use secondaryButtonBg? I'm new to all of this so probably this is me learning again 😅