_tag.scss variables
Opened this issue ยท 0 comments
anchan42 commented
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;
}
}