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

add mixin for text-overflow

parent f59b7ce8
Showing with 9 additions and 0 deletions
+9 -0
No preview for this file type
...@@ -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
......
Supports Markdown
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