Skip to content

Commit

Permalink
fix(_forms): change variable name from $lighten to $lightness.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciborrudnicki committed May 29, 2022
1 parent 7a22768 commit 54790ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ textarea.form-input {
// @include control-shadow($error-color); // old spectre.css
@include control-shadow('error-color');
// background: lighten($error-color, 53%); // old spectre.css
background: color('error-color', $lighten: +53%);
background: color('error-color', $lightness: +53%);
}

& + .form-input-hint {
Expand Down

0 comments on commit 54790ae

Please sign in to comment.