Files
edx-platform/common/static/sass/bourbon/addons/_hide-text.scss
2014-06-11 21:19:26 -04:00

11 lines
128 B
SCSS

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