Skip to content

Commit

Permalink
fix: removed border-image-repeat stretch from rounded corners mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Mar 9, 2019
1 parent c40ae05 commit 0aff122
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scss/utilities/rounded-corners-mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

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

@include border-image-repeat();

Expand All @@ -50,7 +49,6 @@

border-image-slice: 2;
border-image-width: 2;
border-image-repeat: stretch;

@include border-image-repeat();

Expand Down

0 comments on commit 0aff122

Please sign in to comment.