Archived
1
0
Fork 0

include app/assets/less/vendor/* in git.

This commit is contained in:
Henrik Hautakoski 2018-02-24 16:10:23 +01:00
parent ef737fd406
commit 4faa26c25e
78 changed files with 10918 additions and 0 deletions

View file

@ -0,0 +1,8 @@
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}