Commit 53da88e5 authored by Mark Otto's avatar Mark Otto

add mixin for text-overflow

parent f59b7ce8
...@@ -89,6 +89,15 @@ ...@@ -89,6 +89,15 @@
} }
} }
// Text overflow
// -------------------------
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
// FONTS // FONTS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment