pebble/third_party/bourbon/addons/_hide-text.scss
2025-02-24 18:58:29 -08:00

10 lines
128 B
SCSS

@mixin hide-text {
overflow: hidden;
&:before {
content: "";
display: block;
width: 0;
height: 100%;
}
}