Created by: aslamdoctor
when I try to use button-size() mixin in my project as below:
@include button-size(10px, 10px, 20px, 6px);
I get this error:
SassError: Only 1 argument allowed, but 2 were passed.
┌──> node_modules\bootstrap\scss\mixins\_buttons.scss
109│ @include border-radius($border-radius, 0);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ invocation
Which is because of 2 arguments being passed to border-radius() method.