mirror of
https://github.com/google/pebble.git
synced 2025-11-30 19:22:22 -05:00
Import the pebble dev site into devsite/
This commit is contained in:
7
third_party/bourbon/addons/_ellipsis.scss
vendored
Normal file
7
third_party/bourbon/addons/_ellipsis.scss
vendored
Normal 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