Skip to content

Commit

Permalink
fix(rounded-corners-mixin.scss): fix blurred borders
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommaso Poletti committed Feb 22, 2019
1 parent bef258a commit 972ea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/utilities/rounded-corners-mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

border-image-slice: 3;
border-image-width: 3;
border-image-repeat: space;
border-image-repeat: stretch;

@if $isDark {
@include border-image($color-white);
Expand Down

0 comments on commit 972ea98

Please sign in to comment.