Files
react.dev/_css/bourbon/addons/_hide-text.scss
2014-08-13 11:20:00 -07:00

11 lines
128 B
SCSS

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