remove border-bottom of the last list item

This commit is contained in:
taehoon 2019-04-04 03:18:29 -04:00
parent ca26776b4e
commit 83faa96f1b
2 changed files with 8 additions and 2 deletions

View file

@ -28,7 +28,7 @@ export default {
@import '../../_variables.scss';
.list {
&-item {
&-item:not(:last-child) {
border-bottom: 1px solid;
border-bottom-color: $fallback--border;
border-bottom-color: var(--border, $fallback--border);