How to overrides scss

  1. I wanna remove the css rule
btn-primary, .btn-brand {
    border-color: #0075b4;
    background: #0075b4;
    color: #fcfcfc;
}

Not override, just remove the rule. How can I do that?

  1. How to override variables, such as primary color?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.