Fresh L5 installation.

This commit is contained in:
James Cole
2015-02-06 04:39:52 +01:00
parent d16015d625
commit df165a817c
151 changed files with 20613 additions and 1 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;
}