Skip to content

Commit

Permalink
Revert "Pass correct arguments (TOCSS error) (#875)" (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Feb 10, 2022
1 parent 9bd8121 commit 8649377
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);
@include bg-gradient-variant("#{$parent}--1#{$color-name}#{$parent}--gradient", $color-value, true);
}
}

Expand Down

0 comments on commit 8649377

Please sign in to comment.