Skip to content

Commit

Permalink
feat(upstream): wrong args on gradient call
Browse files Browse the repository at this point in the history
  • Loading branch information
psedge committed Mar 27, 2022
1 parent 1f93fea commit 621fcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_boxes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@include link-variant("#{$parent}--#{$color-name} p > a", $link-color, $link-hover-color, false);

@if $enable-gradients {
@include bg-gradient-variant("#{$parent}--1#{$color-name}#{$parent}--gradient", $color-value,true);
@include bg-gradient-variant("#{$parent}--1#{$color-name}#{$parent}--gradient", $color-value);
}
}

Expand Down

0 comments on commit 621fcf6

Please sign in to comment.