Skip to content

Commit

Permalink
added dot dot dot scss mixin (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Nov 6, 2018
1 parent ef45be5 commit bcaa485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## unreleased

- FEATURE: Added truncate component. #32
- FEATURE: Added dot dot dot scss mixin. #31

## 1.4.1

Expand Down
5 changes: 5 additions & 0 deletions scss/tools/_dot-dot-dot.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@mixin dotDotDot() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

0 comments on commit bcaa485

Please sign in to comment.