react/docs/_css/bourbon/addons/_hide-text.scss

11 lines
128 B
SCSS
Raw Normal View History

2013-05-30 03:46:11 +08:00
@mixin hide-text {
2014-08-14 02:20:00 +08:00
overflow: hidden;
&:before {
content: "";
display: block;
width: 0;
height: 100%;
}
2013-05-30 03:46:11 +08:00
}