Skip to content

Commit 161377b

Browse files
Fix incorrectly named SCSS mixin
1 parent 2131357 commit 161377b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/assets/stylesheets/components/_timeline.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ $_timeline-border-width: 2px;
4444
margin-left: _dot-ml($tablet);
4545

4646
@if $size == "default" {
47-
margin-top: dot-mt-tablet($mt);
47+
margin-top: _dot-mt-tablet($mt);
4848
} @else {
49-
margin-top: dot-mt-tablet($mt-small);
49+
margin-top: _dot-mt-tablet($mt-small);
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)