From cc78ed3b30f532f452bea2715c3bf7781b4c56c0 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 20 Oct 2020 19:36:39 -0400 Subject: [PATCH] litera: remove 0deg from linear-gradient --- dist/litera/_bootswatch.scss | 2 +- docs/4/litera/_bootswatch.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/litera/_bootswatch.scss b/dist/litera/_bootswatch.scss index f117baf26..6c7b050b4 100644 --- a/dist/litera/_bootswatch.scss +++ b/dist/litera/_bootswatch.scss @@ -255,7 +255,7 @@ table, @each $color, $value in $theme-colors { &-#{$color} { @if $enable-gradients { - background: $value linear-gradient(0deg, mix($body-bg, $value, 15%), $value) repeat-x; + background: $value linear-gradient($value, mix($body-bg, $value, 15%)) repeat-x; } @else { background-color: $value; } diff --git a/docs/4/litera/_bootswatch.scss b/docs/4/litera/_bootswatch.scss index f117baf26..6c7b050b4 100644 --- a/docs/4/litera/_bootswatch.scss +++ b/docs/4/litera/_bootswatch.scss @@ -255,7 +255,7 @@ table, @each $color, $value in $theme-colors { &-#{$color} { @if $enable-gradients { - background: $value linear-gradient(0deg, mix($body-bg, $value, 15%), $value) repeat-x; + background: $value linear-gradient($value, mix($body-bg, $value, 15%)) repeat-x; } @else { background-color: $value; }