First Upload
This commit is contained in:
7
docker-persist/html/css/bourbon/addons/_ellipsis.scss
vendored
Executable file
7
docker-persist/html/css/bourbon/addons/_ellipsis.scss
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
@mixin ellipsis($width: 100%) {
|
||||
display: inline-block;
|
||||
max-width: $width;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
Reference in New Issue
Block a user