mirror of
https://github.com/google/pebble.git
synced 2025-11-30 11:12:22 -05:00
Import the pebble dev site into devsite/
This commit is contained in:
10
third_party/bourbon/addons/_hide-text.scss
vendored
Normal file
10
third_party/bourbon/addons/_hide-text.scss
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
@mixin hide-text {
|
||||
overflow: hidden;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user