brouilleursdeblanc/_sass/vendor/bourbon/addons/_hide-text.scss

11 lines
128 B
SCSS
Raw Normal View History

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