Skip to content

Commit 50088b9

Browse files
committed
fix deprecation warning for sass
1 parent f548d69 commit 50088b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • app/javascript/styles/mastodon-previous

app/javascript/styles/mastodon-previous/diff.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,10 @@ body {
394394
.notification-ungrouped--direct,
395395
.notification-group--direct,
396396
.notification-group--annual-report {
397-
background: mix($ui-base-color, $ui-highlight-color, 95%);
397+
background: color.mix($ui-base-color, $ui-highlight-color, 95%);
398398

399399
&:focus {
400-
background: mix(lighten($ui-base-color, 4%), $ui-highlight-color, 95%);
400+
background: color.mix(lighten($ui-base-color, 4%), $ui-highlight-color, 95%);
401401
}
402402
}
403403

0 commit comments

Comments
 (0)