blob: fc7943811d3ce13c8300fbd2d9bd26786a229dcc [file] [log] [blame]
@mixin hide-text {
overflow: hidden;
&:before {
content: "";
display: block;
width: 0;
height: 100%;
}
}