grav-theme-libretic/scss/vendor/bourbon/addons/_hide-text.scss
2015-01-15 19:15:54 +01:00

10 lines
128 B
SCSS

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