Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update _mixins.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jonginn authored Jan 23, 2017
1 parent d510560 commit c9c4372
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,10 @@ $em-base: 14px;

@mixin fontsizr($small, $medium, $large: false) {
@include fontsizer($small, $medium, $large);
}
}

@mixin truncate() {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

0 comments on commit c9c4372

Please sign in to comment.