Skip to content

Commit

Permalink
Update overflow-gradient to use transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
zaguiini committed Aug 4, 2022
1 parent 0d2ecbe commit 978ecdb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@function overflow-gradient( $color, $stop: 90%, $direction: to right ) {
@return linear-gradient(
$direction,
#{'rgba('} $color #{', 0 )'},
#{'rgba('} $color #{', 1 )'} $stop
transparent,
$color $stop
);
}

0 comments on commit 978ecdb

Please sign in to comment.