Skip to content

Commit

Permalink
fix: 1px line bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Oct 27, 2017
1 parent 55e41ce commit 2286b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/core/mixins/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
left: 0;
top: 0;
border-radius: $border-radius;
border-width: 0;
@each $position in $positions {
border-#{$position}: 1px solid $border-color;
}
Expand Down

0 comments on commit 2286b49

Please sign in to comment.